Files
Memoh/db/migrations/0017_heartbeat_model.down.sql
Acbox Liu 2f38662d4d feat: heartbeat (#108)
* feat: heartbeat

* feat: independent heartbeat model
2026-02-25 16:32:52 +08:00

6 lines
143 B
SQL

-- 0017_heartbeat_model (rollback)
-- Remove heartbeat_model_id column from bots.
ALTER TABLE bots DROP COLUMN IF EXISTS heartbeat_model_id;