Remove the accidental PrimShapes column that I added back to the SQLite region store

This commit is contained in:
Justin Clark-Casey (justincc)
2013-01-25 04:35:06 +00:00
parent 7789415148
commit 7a139f8e53

View File

@@ -579,5 +579,4 @@ COMMIT;
:VERSION 27
BEGIN;
ALTER TABLE prims ADD COLUMN DynAttrs TEXT;
ALTER TABLE primshapes ADD COLUMN DynAttrs TEXT;
COMMIT;
COMMIT;