forked from git.gladyson/openmonetis
chore(db): adiciona campo dashboardWidgets em userPreferences
- Novo campo jsonb para armazenar ordem e widgets ocultos - Migração 0009_add_dashboard_widgets criada
This commit is contained in:
3
drizzle/0009_add_dashboard_widgets.sql
Normal file
3
drizzle/0009_add_dashboard_widgets.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
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";
|
||||
Reference in New Issue
Block a user