Fix another minor DBVersion issue with the DB creation scripts

This commit is contained in:
George Kalampokis 2020-11-04 16:38:59 +02:00
parent 2d3dfbf919
commit 47d5d8cb9e
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ UPDATE public."DMP"
UPDATE public."DatasetProfile"
SET "Language"='en';
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');