1
0
Fork 0
database/20230218073436_parts.down.sql

5 lines
72 B
PL/PgSQL

BEGIN;
ALTER TABLE words DROP COLUMN part_id;
DROP TABLE parts;
COMMIT;