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
218 B
SQL
6 lines
218 B
SQL
-- 0017_heartbeat_model
|
|
-- Add heartbeat_model_id column to bots for independent heartbeat model selection.
|
|
|
|
ALTER TABLE bots ADD COLUMN IF NOT EXISTS heartbeat_model_id UUID REFERENCES models(id) ON DELETE SET NULL;
|
|
|