diff --git a/Dockerfile b/Dockerfile index 739f9c9f6..2b09592f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable-slim -ENV OMNIDB_VERSION=2.16.0 +ENV OMNIDB_VERSION=2.17.0 ENV SERVICE_USER=omnidb WORKDIR /${SERVICE_USER} diff --git a/OmniDB/OmniDB/custom_settings.py b/OmniDB/OmniDB/custom_settings.py index 333ff7d79..166c666c2 100644 --- a/OmniDB/OmniDB/custom_settings.py +++ b/OmniDB/OmniDB/custom_settings.py @@ -1,7 +1,7 @@ import os -OMNIDB_VERSION = 'OmniDB 2.16.0' -OMNIDB_SHORT_VERSION = '2.16.0' +OMNIDB_VERSION = 'OmniDB 2.17.0' +OMNIDB_SHORT_VERSION = '2.17.0' OMNIDB_ADDRESS = '127.0.0.1' OMNIDB_WEBSOCKET_PORT = 25482 DEV_MODE = True diff --git a/OmniDB/OmniDB/migrations/omnidb_0.0.0_2.16.0.sql b/OmniDB/OmniDB/migrations/omnidb_0.0.0_2.17.0.sql similarity index 99% rename from OmniDB/OmniDB/migrations/omnidb_0.0.0_2.16.0.sql rename to OmniDB/OmniDB/migrations/omnidb_0.0.0_2.17.0.sql index e7ffc8066..740110d26 100644 --- a/OmniDB/OmniDB/migrations/omnidb_0.0.0_2.16.0.sql +++ b/OmniDB/OmniDB/migrations/omnidb_0.0.0_2.17.0.sql @@ -631,4 +631,4 @@ CREATE TABLE version ( ver_id text not null, constraint pk_versions primary key (ver_id) );--omnidb-- -INSERT INTO version VALUES('2.16.0');--omnidb-- +INSERT INTO version VALUES('2.17.0');--omnidb-- diff --git a/OmniDB/OmniDB/migrations/omnidb_2.16.0_2.17.0.sql b/OmniDB/OmniDB/migrations/omnidb_2.16.0_2.17.0.sql new file mode 100644 index 000000000..25e328624 --- /dev/null +++ b/OmniDB/OmniDB/migrations/omnidb_2.16.0_2.17.0.sql @@ -0,0 +1 @@ +UPDATE version SET ver_id = '2.17.0';--omnidb-- \ No newline at end of file diff --git a/OmniDB/OmniDB/user_database.py b/OmniDB/OmniDB/user_database.py index cb694914a..7d6c3903e 100644 --- a/OmniDB/OmniDB/user_database.py +++ b/OmniDB/OmniDB/user_database.py @@ -7,7 +7,7 @@ import OmniDB_app.include.OmniDatabase as OmniDatabase migrations = { - '0.0.0': ('2.16.0', os.path.join(settings.BASE_DIR, 'OmniDB/migrations/omnidb_0.0.0_2.16.0.sql')), + '0.0.0': ('2.17.0', os.path.join(settings.BASE_DIR, 'OmniDB/migrations/omnidb_0.0.0_2.17.0.sql')), '2.4.0': ('2.4.1', os.path.join(settings.BASE_DIR, 'OmniDB/migrations/omnidb_2.4.0_2.4.1.sql')), '2.4.1': ('2.5.0', os.path.join(settings.BASE_DIR, 'OmniDB/migrations/omnidb_2.4.1_2.5.0.sql')), '2.5.0': ('2.6.0', os.path.join(settings.BASE_DIR, 'OmniDB/migrations/omnidb_2.5.0_2.6.0.sql')), @@ -23,6 +23,7 @@ '2.14.1': ('2.14.2', os.path.join(settings.BASE_DIR, 'OmniDB/migrations/omnidb_2.14.1_2.14.2.sql')), '2.14.2': ('2.15.0', os.path.join(settings.BASE_DIR, 'OmniDB/migrations/omnidb_2.14.2_2.15.0.sql')), '2.15.0': ('2.16.0', os.path.join(settings.BASE_DIR, 'OmniDB/migrations/omnidb_2.15.0_2.16.0.sql')), + '2.16.0': ('2.17.0', os.path.join(settings.BASE_DIR, 'OmniDB/migrations/omnidb_2.16.0_2.17.0.sql')), } def get_current_version(p_database): diff --git a/OmniDB/OmniDB_app/static/OmniDB_app/js/Workspace.js b/OmniDB/OmniDB_app/static/OmniDB_app/js/Workspace.js index 70c861604..20f315391 100644 --- a/OmniDB/OmniDB_app/static/OmniDB_app/js/Workspace.js +++ b/OmniDB/OmniDB_app/static/OmniDB_app/js/Workspace.js @@ -54,27 +54,12 @@ $(function () {
diff --git a/OmniDB/OmniDB_app/templates/OmniDB_app/base.html b/OmniDB/OmniDB_app/templates/OmniDB_app/base.html index 2e5f6d4be..993dc277b 100644 --- a/OmniDB/OmniDB_app/templates/OmniDB_app/base.html +++ b/OmniDB/OmniDB_app/templates/OmniDB_app/base.html @@ -5,14 +5,14 @@ - + - + - - - - + + + + @@ -594,32 +594,32 @@

Primary Supporter:

- - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +