Ready for release 1.1.4

This commit is contained in:
charlesgauthereau
2025-12-07 10:53:08 +01:00
parent ca232250cc
commit e1bc1ec6c8
16 changed files with 1944 additions and 82 deletions
+9
View File
@@ -0,0 +1,9 @@
ALTER TABLE "notification_log" DROP CONSTRAINT "notification_log_channel_id_notification_channel_id_fk";
--> statement-breakpoint
ALTER TABLE "notification_log" DROP CONSTRAINT "notification_log_policy_id_alert_policy_id_fk";
--> statement-breakpoint
ALTER TABLE "notification_log" DROP CONSTRAINT "notification_log_organization_id_organization_id_fk";
--> statement-breakpoint
ALTER TABLE "notification_log" ADD COLUMN "event" text;--> statement-breakpoint
ALTER TABLE "notification_log" ADD COLUMN "provider" text NOT NULL;--> statement-breakpoint
ALTER TABLE "notification_log" ADD COLUMN "provider_name" text NOT NULL;
File diff suppressed because it is too large Load Diff
+7
View File
@@ -78,6 +78,13 @@
"when": 1764497732581,
"tag": "0010_past_trauma",
"breakpoints": true
},
{
"idx": 11,
"version": "7",
"when": 1765097874110,
"tag": "0011_outgoing_blob",
"breakpoints": true
}
]
}