Fix minor issue with one of the DB update scripts

This commit is contained in:
George Kalampokis 2020-11-04 16:28:14 +02:00
parent 0e906cb4b9
commit 2d3dfbf919
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ BEGIN
ALTER TABLE public."UserInfo" ALTER COLUMN userstatus SET NOT NULL; ALTER TABLE public."UserInfo" ALTER COLUMN userstatus SET NOT NULL;
INSERT INTO public."DBVersion" VALUES ('DMPDB', '00.00.006', '2020-10-27 13:40:00.000000+03', now(), 'Add userstatus on UserInfo table'); INSERT INTO public."DBVersion" VALUES ('DMPDB', '00.00.007', '2020-10-27 13:40:00.000000+03', now(), 'Add userstatus on UserInfo table');
END$$; END$$;