mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-15 00:44:56 -05:00
* progress * cleanup UI * progress * fix trigger mode in yaml + copilot side * persist user settings * wrap operations correctly * add trigger mode to add op * remove misplaced comment * add sent notification * remove unused tab:
2 lines
204 B
SQL
2 lines
204 B
SQL
ALTER TABLE "settings" ADD COLUMN "show_floating_controls" boolean DEFAULT true NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "settings" ADD COLUMN "show_training_controls" boolean DEFAULT false NOT NULL; |