feature/IO-3060-Realtime-Notifications-Progress Update

This commit is contained in:
Dave Richer
2025-01-10 09:33:47 -08:00
parent e2e5f3f885
commit 3bc6504ae6
8 changed files with 53 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
comment on column "public"."notifications"."scenario" is E'Real Time Notifications System';
alter table "public"."notifications" alter column "scenario" drop not null;
alter table "public"."notifications" add column "scenario" text;

View File

@@ -0,0 +1 @@
alter table "public"."notifications" drop column "scenario" cascade;