src/MainWindow.cpp

changeset 481
8a25dbe682eb
parent 480
94b3def5d778
child 485
83b5c2b3c414
--- a/src/MainWindow.cpp	Mon Jan 30 17:05:13 2023 +0100
+++ b/src/MainWindow.cpp	Tue Jan 31 11:10:14 2023 +0100
@@ -186,6 +186,7 @@
 		"`max` tinyint(4) NOT NULL DEFAULT 100,"
   		"`size` float NOT NULL DEFAULT 0,"
 		"`used` int(11) NOT NULL DEFAULT 0,"
+		"`valid` tinyint(1) NOT NULL DEFAULT 0,"
   		"PRIMARY KEY (`record`),"
   		"UNIQUE KEY `uuid` (`uuid`),"
 		"UNIQUE KEY `package` (`laboratory`,`form`,`package`),"

mercurial