diff --git a/catalogue/oracle_catalogue_usage_stats.sql b/catalogue/oracle_catalogue_usage_stats.sql index f48ba403e506601e3b3e99da5aa6a77c62227bbd..f138e20b393df3b8c18f18a4e47212ea97104786 100644 --- a/catalogue/oracle_catalogue_usage_stats.sql +++ b/catalogue/oracle_catalogue_usage_stats.sql @@ -24,7 +24,7 @@ * @author Castor Dev team, castor-dev@cern.ch *****************************************************************************/ --- This table will be used to safely store the legacy CASTOR usage statistics. +-- This table will be used to safely store the legacy CASTOR usage statistics CREATE TABLE CastorUsageStats ( gid NUMBER(6) DEFAULT 0 CONSTRAINT NN_CastorUsageStats_gid NOT NULL, timestamp NUMBER DEFAULT 0 CONSTRAINT NN_CastorUsageStats_ts NOT NULL,