mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 01:45:52 +02:00
9 lines
315 B
SQL
9 lines
315 B
SQL
DROP TABLE IF EXISTS github_pull_request_check_run;
|
|
|
|
ALTER TABLE github_pull_request
|
|
DROP COLUMN IF EXISTS api_mergeable,
|
|
DROP COLUMN IF EXISTS api_merge_state_status,
|
|
DROP COLUMN IF EXISTS checks_rollup_state,
|
|
DROP COLUMN IF EXISTS snapshot_head_sha,
|
|
DROP COLUMN IF EXISTS snapshot_fetched_at;
|