sql script fix
This commit is contained in:
parent
4970f5812f
commit
6bd3302788
|
@ -13,7 +13,7 @@ ADD COLUMN "Type" uuid;
|
||||||
INSERT INTO public."DescriptionTemplateType" ("ID", "Name", "Status")
|
INSERT INTO public."DescriptionTemplateType" ("ID", "Name", "Status")
|
||||||
VALUES ('709a8400-10ca-11ee-be56-0242ac120002', 'Dataset', 1);
|
VALUES ('709a8400-10ca-11ee-be56-0242ac120002', 'Dataset', 1);
|
||||||
|
|
||||||
UPDATE public."DescriptionTemplate" SET ("Type") = '709a8400-10ca-11ee-be56-0242ac120002';
|
UPDATE public."DescriptionTemplate" SET "Type" = '709a8400-10ca-11ee-be56-0242ac120002';
|
||||||
|
|
||||||
ALTER TABLE public."DescriptionTemplate"
|
ALTER TABLE public."DescriptionTemplate"
|
||||||
ALTER COLUMN "Type" SET NOT NULL;
|
ALTER COLUMN "Type" SET NOT NULL;
|
||||||
|
|
Loading…
Reference in New Issue