diff --git a/docs-core/src/main/resources/config.properties b/docs-core/src/main/resources/config.properties index 9bbc002e..7aab2da5 100644 --- a/docs-core/src/main/resources/config.properties +++ b/docs-core/src/main/resources/config.properties @@ -1 +1 @@ -db.version=25 \ No newline at end of file +db.version=26 \ No newline at end of file diff --git a/docs-core/src/main/resources/db/update/dbupdate-026-0.sql b/docs-core/src/main/resources/db/update/dbupdate-026-0.sql new file mode 100644 index 00000000..67a4e6b6 --- /dev/null +++ b/docs-core/src/main/resources/db/update/dbupdate-026-0.sql @@ -0,0 +1,2 @@ +!PGSQL!UPDATE t_file SET fil_content_c = convert_from(loread(lo_open(fil_content_c::int, CAST( x'20000' AS integer)), 999999999), 'UNICODE')::TEXT WHERE fil_content_c IS NOT NULL; +update T_CONFIG set CFG_VALUE_C = '26' where CFG_ID_C = 'DB_VERSION'; diff --git a/docs-web/src/dev/resources/config.properties b/docs-web/src/dev/resources/config.properties index 2319007b..12c1ed5c 100644 --- a/docs-web/src/dev/resources/config.properties +++ b/docs-web/src/dev/resources/config.properties @@ -1,3 +1,3 @@ api.current_version=${project.version} api.min_version=1.0 -db.version=25 \ No newline at end of file +db.version=26 \ No newline at end of file diff --git a/docs-web/src/prod/resources/config.properties b/docs-web/src/prod/resources/config.properties index 2319007b..12c1ed5c 100644 --- a/docs-web/src/prod/resources/config.properties +++ b/docs-web/src/prod/resources/config.properties @@ -1,3 +1,3 @@ api.current_version=${project.version} api.min_version=1.0 -db.version=25 \ No newline at end of file +db.version=26 \ No newline at end of file diff --git a/docs-web/src/stress/resources/config.properties b/docs-web/src/stress/resources/config.properties index 2319007b..12c1ed5c 100644 --- a/docs-web/src/stress/resources/config.properties +++ b/docs-web/src/stress/resources/config.properties @@ -1,3 +1,3 @@ api.current_version=${project.version} api.min_version=1.0 -db.version=25 \ No newline at end of file +db.version=26 \ No newline at end of file