mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
2f38662d4d
* feat: heartbeat * feat: independent heartbeat model
6 lines
143 B
SQL
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;
|
|
|