Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persistance

This commit is contained in:
Dahlia Trimble
2008-12-22 09:29:59 +00:00
parent 1fbbdb6714
commit 6e68a11082
4 changed files with 25 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE prims ADD COLUMN VolumeDetect INTEGER NOT NULL DEFAULT 0;
COMMIT;