Skip to content
Snippets Groups Projects
Commit 9907aad9 authored by Cedric Caffy's avatar Cedric Caffy
Browse files

Renamed PRIMARY_KEY constraint of the VO_STATISTICS table

parent ac5a51f9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ CREATE TABLE VO_STATISTICS (
NB_COPY_NB_GT_1 UINT64TYPE CONSTRAINT VO_STATISTICS_NCNG1_NN NOT NULL,
NB_COPY_NB_GT_1_IN_BYTES UINT64TYPE CONSTRAINT VO_STATISTICS_NCNG1IB_NN NOT NULL,
UPDATE_TIME UINT64TYPE CONSTRAINT VO_STATISTICS_UT_NN NOT NULL,
CONSTRAINT VO_STATISTICS_VU_PK PRIMARY KEY(VO, UPDATE_TIME)
CONSTRAINT VO_STATISTICS_VO_UT_PK PRIMARY KEY(VO, UPDATE_TIME)
);
CREATE TABLE FILE_STATISTICS (
NB_MASTER_FILES UINT64TYPE CONSTRAINT FILE_STATISTICS_NMF_NN NOT NULL,
......
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