mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 23:17:34 -06:00
3 lines
94 B
SQL
3 lines
94 B
SQL
-- AlterTable
|
|
ALTER TABLE "OpenaiBot" ADD COLUMN "enabled" BOOLEAN NOT NULL DEFAULT true;
|