Skip to content

Commit aef8477

Browse files
authored
Add start and end date columns to Proposal table, update relevant schema files (#301)
Add start+end date cols to Proposal, refresh schema files
1 parent d0cdd52 commit aef8477

File tree

3 files changed

+218
-202
lines changed

3 files changed

+218
-202
lines changed

schemas/ispyb/lookups.sql

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
1212

1313
/*!40000 ALTER TABLE `AdminVar` DISABLE KEYS */;
14-
INSERT INTO `AdminVar` (`varId`, `name`, `value`) VALUES (4,'schemaVersion','4.7.0');
14+
INSERT INTO `AdminVar` (`varId`, `name`, `value`) VALUES (4,'schemaVersion','4.8.0');
1515
/*!40000 ALTER TABLE `AdminVar` ENABLE KEYS */;
1616

1717
/*!40000 ALTER TABLE `SchemaStatus` DISABLE KEYS */;
@@ -294,7 +294,10 @@ INSERT INTO `SchemaStatus` (`schemaStatusId`, `scriptName`, `schemaStatus`, `rec
294294
(322,'2025_06_02_DewarRegistry_type.sql','DONE','2025-06-27 16:04:05'),
295295
(323,'2025_06_26_ContainerType_cryoem_puck.sql','DONE','2025-06-27 16:04:05'),
296296
(324,'2025_06_27_Tomogram_pixelLocation.sql','DONE','2025-06-27 16:04:05'),
297-
(325,'2025_06_27_undo_ParticleClassification_set_Tomogram_pixelLocation.sql','DONE','2025-06-27 16:40:00');
297+
(325,'2025_06_27_undo_ParticleClassification_set_Tomogram_pixelLocation.sql','DONE','2025-06-27 16:40:00'),
298+
(326,'2025_07_17_AdminVar_bump_version.sql','DONE','2025-09-24 11:36:21'),
299+
(327,'2025_07_25_Container_parentContainerLocation.sql','DONE','2025-09-24 11:36:21'),
300+
(328,'2025_09_24_Proposal_start_end_date.sql','DONE','2025-09-24 15:56:17');
298301
/*!40000 ALTER TABLE `SchemaStatus` ENABLE KEYS */;
299302

300303
/*!40000 ALTER TABLE `ComponentType` DISABLE KEYS */;

0 commit comments

Comments
 (0)