diff --git a/dmp-db-scema/updates/00.01.024_addStorageFile.sql b/dmp-db-scema/updates/00.01.025_addStorageFile.sql similarity index 87% rename from dmp-db-scema/updates/00.01.024_addStorageFile.sql rename to dmp-db-scema/updates/00.01.025_addStorageFile.sql index e4776a4da..9390746c4 100644 --- a/dmp-db-scema/updates/00.01.024_addStorageFile.sql +++ b/dmp-db-scema/updates/00.01.025_addStorageFile.sql @@ -1,5 +1,5 @@ DO $$DECLARE - this_version CONSTANT varchar := '00.01.024'; + this_version CONSTANT varchar := '00.01.025'; BEGIN PERFORM * FROM "DBVersion" WHERE version = this_version; IF FOUND THEN RETURN; END IF; @@ -27,6 +27,6 @@ BEGIN OIDS = FALSE ); - INSERT INTO public."DBVersion" VALUES ('DMPDB', '00.01.024', '2023-11-20 12:00:00.000000+02', now(), 'Add table StorageFile.'); + INSERT INTO public."DBVersion" VALUES ('DMPDB', '00.01.025', '2023-11-20 12:00:00.000000+02', now(), 'Add table StorageFile.'); END$$; \ No newline at end of file