1
0
Fork 0
database/20230218100109_translate_parts.down.sql

3 lines
38 B
PL/PgSQL

BEGIN;
DROP TABLE part_names;
COMMIT;