Skip to content
Snippets Groups Projects
Commit 5557990e authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Attempt to fix the CI

parent 8c8c417e
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ CREATE TABLE USAGESTATS (
SEGSIZE NUMERIC(20, 0),
SEG2COUNT NUMERIC(20, 0),
SEG2SIZE NUMERIC(20, 0),
CONSTRAINT PK_USAGESTATS_GID_TS PRIMARY KEY (GID, TIMESTAMP);
CONSTRAINT PK_USAGESTATS_GID_TS PRIMARY KEY (GID, TIMESTAMP)
);
CREATE TABLE EXPERIMENTS (
NAME VARCHAR(20),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment