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

fixed runtim deps

Former-commit-id: a0f72126
parent e6dbf483
No related branches found
No related tags found
1 merge request!42Fixed the query service tests
...@@ -41,7 +41,7 @@ public class Table { ...@@ -41,7 +41,7 @@ public class Table {
private Long tdbid; private Long tdbid;
@ToString.Include @ToString.Include
@Column(nullable = true, name = "depId") @Column(nullable = true, name = "dep_id")
private Long depositId; private Long depositId;
@ToString.Include @ToString.Include
......
...@@ -192,7 +192,7 @@ psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-E ...@@ -192,7 +192,7 @@ psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-E
internal_name character varying(255) NOT NULL, internal_name character varying(255) NOT NULL,
topic character varying(255) NOT NULL, topic character varying(255) NOT NULL,
last_modified timestamp without time zone, last_modified timestamp without time zone,
depId bigint UNIQUE, dep_id bigint UNIQUE,
tName VARCHAR(50), tName VARCHAR(50),
tDescription TEXT, tDescription TEXT,
NumCols INTEGER, NumCols INTEGER,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment