mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
d268483d81
Add incremental migration for existing databases to create the search_providers table and bots.search_provider_id column introduced in the search provider feature.
4 lines
130 B
SQL
4 lines
130 B
SQL
-- 0005_search_providers (down)
|
|
ALTER TABLE bots DROP COLUMN IF EXISTS search_provider_id;
|
|
DROP TABLE IF EXISTS search_providers;
|