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

5 lines
72 B
MySQL
Raw Permalink Normal View History

2023-02-18 07:43:05 +00:00
BEGIN;
ALTER TABLE words DROP COLUMN part_id;
DROP TABLE parts;
COMMIT;