Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 1.98 KB

File metadata and controls

14 lines (7 loc) · 1.98 KB

Cassandra Migration Version

sunbird.cassandra_migration_version (PRIMARY KEY: version)

Table used to capture cassandra CQL script version status during LERN release deployment

Column NameData TypeDescriptionSample Data
versiontextCurrent CQL script version deployed1.113
checksumint-1988945306
descriptiontextNot Usedcassandra
execution_timeintTime taken in milliseconds to execute the cql script2323
installed_bytextNot Used
installed_ontimestampTimestamp on which the cql script was executed2020-12-18 11:04:46.095000+0000
installed_rankintThe order in which this migration was applied amongst all others. (For out of order detection)226
scripttextCQL script nameV1.113_cassandra.cql
successbooleanIndicator to mention whether CQL script was run successfully or notTrue
typetextThe type of migration (CQL, JAVA_DRIVER, ...)CQL
version_rankintThe position of this version amongst all others. (For easy order by sorting)112

sunbird.cassandra_migration_version_counts (PRIMARY KEY: name)

Table used to store information about the last run CQL migration script data

Column NameData TypeDescriptionSample Data
nametextField Nameinstalled_rank
countcounterField Value257