Alter the migrations so that it is a no-op as the columns are unused and the operation is very expensive

This commit is contained in:
BlueWall
2015-03-04 19:27:34 -05:00
parent 96b87407f1
commit d7b45a3ed2
5 changed files with 5 additions and 9 deletions

View File

@@ -77,4 +77,5 @@ ALTER TABLE assets ADD COLUMN CreatorID varchar(128) NOT NULL DEFAULT '';
:VERSION 9
ALTER TABLE assets MODIFY description varchar(128);
BEGIN;
COMMIT;