- Mar 12, 2020
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Feb 18, 2020
-
-
Cedric CAFFY authored
Added UNIQUE constraint on STORAGE_CLASS_NAME and removed the the UNIQUE constraint on DISK_INSTANCE_NAME and STORAGE_CLASS_NAME
-
- Feb 13, 2020
-
-
Cedric CAFFY authored
-
- Feb 10, 2020
-
-
Cedric CAFFY authored
cta-catalogue-schema-verify ignores the migration-related tables (ERR$_TAPE_FILE and TEMP_REMOVE_CASTOR_METADATA)
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Added Statistics Schema + CppSchemaStatementsReader to compare the statistics database against its schema
-
Cedric CAFFY authored
Adapted SchemaChecker to be compatible with cta-statistics database
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Replaced CTA_CATALOGUE 'COMPLETE' STATUS to 'PRODUCTION'
-
- Jan 24, 2020
-
-
Cedric CAFFY authored
CreateAllSchemasCppFile.sh now sorts the directories of the schema versions so that the map of schemas is created
-
Cedric CAFFY authored
Adapted the cta-catalogue-schema-verify tool to deal with the SchemaVersion object and displaying a warning in case of running database upgrade
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Added CATALOGUE_STATUS_CONTENT_CK constraint checking in Postgres and MySQL schemas
-
Cedric CAFFY authored
Added SchemaMetadataGetter class in order to filter the database-metadata content returned by the SQLite schema we use to check the Catalogue database Example: for Postgres, we cannot get the NOT NULL constraint names, so we filter these constraint names from the SQLite database in order to not display that the Postgres catalogue has missing NOT NULL constraints
-
Cedric CAFFY authored
ARCHIVE_ROUTE_COPY_NB_GT_ZERO renamed to ARCHIVE_ROUTE_COPY_NB_GT_ZERO_CK LOGICAL_LIBRARY_LLN renamed to LOGICAL_LIBRARY_LLN_UN TAPE_FILE_COPY_NB_GT_ZERO renamed to TAPE_FILE_COPY_NB_GT_0_CK USAGESTATS_GID_TS renamed to USAGESTATS_GID_TS_PK
-
Cedric CAFFY authored
Renamed constraint CTA_CATALOGUE_STATUS_CONTENT_CK to CATALOGUE_STATUS_CONTENT_CK to have a less than 30 characters constraint name
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Removed SQLite migration directory
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected the MapSqlStatementsReader::getStatements() method so that it throws an exception if the schema corresponding to a version does not exist
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Reverted the renaming of the INDEX TEMP_T_F_I_B_ARCHIVE_FILE_ID_I, will be changed in the version 1.1 of the schema
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
All indexes have now the same names, cta-catalogue-schema-verify now checks for user created indexes
-
Cedric CAFFY authored
-