mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-03-10 13:01:47 +00:00
- Novo campo jsonb para armazenar ordem e widgets ocultos - Migração 0009_add_dashboard_widgets criada
3 lines
249 B
SQL
3 lines
249 B
SQL
ALTER TABLE "user_preferences" ADD COLUMN "dashboard_widgets" jsonb;--> statement-breakpoint
|
|
ALTER TABLE "user_preferences" DROP COLUMN "period_months_before";--> statement-breakpoint
|
|
ALTER TABLE "user_preferences" DROP COLUMN "period_months_after"; |