mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-16 22:59:04 +02:00
3 lines
74 B
SQL
3 lines
74 B
SQL
ALTER TABLE agent_skill
|
|
ADD COLUMN enabled BOOLEAN NOT NULL DEFAULT TRUE;
|