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