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