github.com/kaleido-io/firefly@v0.0.0-20210622132723-8b4b6aacb971/db/migrations/postgres/000007_create_offsets_table.down.sql (about) 1 BEGIN; 2 DROP TABLE IF EXISTS offsets; 3 COMMIT;