Skip to content

Commit

Permalink
Add previously missed version bump update file to SchemaStatus table
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Mar 26, 2024
1 parent 372199e commit 6946ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/ispyb/lookups.sql
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ INSERT INTO `SchemaStatus` (`schemaStatusId`, `scriptName`, `schemaStatus`, `rec
(284,'2024_03_19_ProcessingJobParameter_index.sql','DONE','2024-03-26 16:40:34'),
(285,'2024_03_20_Shipping_Dewar_externalIds.sql','DONE','2024-03-26 16:40:34'),
(286,'2024_03_26_AdminVar_bump_version.sql','DONE','2024-03-26 16:40:34'),
(287,'2024_03_26_AutoProc_index_refined_unit_cell.sql','DONE','2024-03-26 16:40:34');
(287,'2024_03_26_AutoProc_index_refined_unit_cell.sql','DONE','2024-03-26 16:40:34'),
(288,'2023_11_16_AdminVar_bump_version.sql','DONE','2024-03-26 16:47:25');
/*!40000 ALTER TABLE `SchemaStatus` ENABLE KEYS */;

/*!40000 ALTER TABLE `ComponentType` DISABLE KEYS */;
Expand Down

0 comments on commit 6946ed2

Please sign in to comment.