PostText/migrations/15/down.sql

8 lines
122 B
MySQL
Raw Normal View History

2023-10-27 14:34:17 -04:00
DROP EXTENSION pg_trgm;
ALTER TABLE threads
DROP COLUMN search_tokens;
ALTER TABLE remarks
DROP COLUMN search_tokens;