Skip to content
Snippets Groups Projects
Commit 8c7af071 authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch 'dev' into 122-test-amqp

Former-commit-id: f965e3e3
parents e0d25fca 6db3ce66
No related branches found
No related tags found
1 merge request!42Fixed the query service tests
...@@ -225,6 +225,7 @@ CREATE TABLE IF NOT EXISTS mdb_databases ...@@ -225,6 +225,7 @@ CREATE TABLE IF NOT EXISTS mdb_databases
Engine VARCHAR(20) DEFAULT 'Postgres', Engine VARCHAR(20) DEFAULT 'Postgres',
Publisher VARCHAR(50), Publisher VARCHAR(50),
Year DATE DEFAULT CURRENT_DATE, Year DATE DEFAULT CURRENT_DATE,
License TEXT,
is_public BOOLEAN NOT NULL DEFAULT TRUE, is_public BOOLEAN NOT NULL DEFAULT TRUE,
Creator INTEGER REFERENCES mdb_USERS (UserID), Creator INTEGER REFERENCES mdb_USERS (UserID),
Contactperson INTEGER REFERENCES mdb_USERS (UserID), Contactperson INTEGER REFERENCES mdb_USERS (UserID),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment