Skip to content

Commit 0ac97fa

Browse files
authored
Add version bump file + refresh schema files for v4.5.0 (#258)
1 parent 1b5695a commit 0ac97fa

File tree

4 files changed

+216
-199
lines changed

4 files changed

+216
-199
lines changed

HISTORY.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ History
55
Unreleased / master
66
-------------------
77

8-
4.4.0 (2025-29-01)
8+
4.5.0 (2025-02-25)
9+
-------------------
10+
11+
New or modified tables and columns:
12+
13+
- Add ``purgedProcessedData`` boolean column to the ``BLSession`` table. This is
14+
a flag to indicate whether the ``processed`` folder in the associated visit
15+
directory has been purged.
16+
17+
4.4.0 (2025-01-29)
918
-------------------
1019

1120
New or modified tables and columns:

schemas/ispyb/lookups.sql

Lines changed: 4 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.4.0');
14+
INSERT INTO `AdminVar` (`varId`, `name`, `value`) VALUES (4,'schemaVersion','4.5.0');
1515
/*!40000 ALTER TABLE `AdminVar` ENABLE KEYS */;
1616

1717
/*!40000 ALTER TABLE `SchemaStatus` DISABLE KEYS */;
@@ -273,7 +273,9 @@ INSERT INTO `SchemaStatus` (`schemaStatusId`, `scriptName`, `schemaStatus`, `rec
273273
(301,'2024_12_05_AdminVar_bump_version.sql','DONE','2024-12-05 13:27:18'),
274274
(302,'2025_01_08_ParticleClassificationGroup_binnedPixelSize.sql','DONE','2025-01-29 10:29:27'),
275275
(303,'2025_01_24_Tomogram_gridSquare.sql','DONE','2025-01-29 10:29:27'),
276-
(304,'2025_01_29_AdminVar_bump_version.sql','DONE','2025-01-29 10:29:27');
276+
(304,'2025_01_29_AdminVar_bump_version.sql','DONE','2025-01-29 10:29:27'),
277+
(305,'2025_02_14_BLSession_purgedProcessedData.sql','DONE','2025-02-25 15:51:29'),
278+
(306,'2025_02_25_AdminVar_bump_version.sql','DONE','2025-02-25 15:51:30');
277279
/*!40000 ALTER TABLE `SchemaStatus` ENABLE KEYS */;
278280

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

0 commit comments

Comments
 (0)