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

user_profiles
Justin Clark-Casey (justincc) 2013-01-25 04:35:06 +00:00
parent 7789415148
commit 7a139f8e53
1 changed files with 1 additions and 2 deletions

View File

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