mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Alter table only if it exists
This commit is contained in:
parent
9b7d27dd87
commit
72ee3827ba
@ -1,6 +1,6 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
ALTER TABLE syncv3_device_data DROP COLUMN IF EXISTS id;
|
||||
ALTER TABLE IF EXISTS syncv3_device_data DROP COLUMN IF EXISTS id;
|
||||
DROP SEQUENCE IF EXISTS syncv3_device_data_seq;
|
||||
-- +goose StatementEnd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user