SQL Changes for Lamp Bloom PR (#25863)

* Changes copied from #24534

* Adds NOT NULL constraint to the new columns
This commit is contained in:
Matt
2024-06-08 22:38:46 +00:00
committed by GitHub
parent 6d8d449d10
commit e19f20ca53
4 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -403,7 +403,7 @@
#define INVESTIGATE_HOTMIC "hotmic"
// The SQL version required by this version of the code
#define SQL_VERSION 56
#define SQL_VERSION 57
// Vending machine stuff
#define CAT_NORMAL (1<<0)