1
0
Fork 0
database/20230218104748_remove_part_...

4 lines
59 B
PL/PgSQL

BEGIN;
ALTER TABLE parts DROP COLUMN english_name;
COMMIT;