You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/oplog/migrations/postgres/01_db.down.sql

5 lines
200 B

drop table if exists oplog_entry;
drop table if exists oplog_metadata;
drop table if exists oplog_ticket;
drop index if exists idx_oplog_metatadata_key;
drop index if exists idx_oplog_metatadata_value