Files
gochat/backend/migrations/000050_add_captain_auto_reply_rules.down.sql
T
rogee ee8fbb3df2 Fix duplicate migration version numbers (000048/000049)
Renumber migrations from merged feature/ai-feature-activation branch
to resolve golang-migrate duplicate version conflict:
- 000048_add_captain_auto_reply_rules → 000050
- 000049_add_article_embedding_vector → 000051

Both migrations were already applied to the database; schema_migrations
version updated from 49 to 51 to reflect the new numbering.
2026-07-08 16:28:40 +08:00

5 lines
138 B
SQL

-- 000050_add_captain_auto_reply_rules.down.sql
-- Drop Captain AI auto-reply rules table
DROP TABLE IF EXISTS captain_auto_reply_rules;