1
0
Fork 0
database/20230219051357_word_inflect...

4 lines
58 B
PL/PgSQL

BEGIN;
ALTER TABLE words DROP COLUMN inflections;
COMMIT;