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

@@ -29,7 +29,4 @@ COMMIT;
:VERSION 2
BEGIN;
ALTER TABLE xassetsmeta MODIFY Description varchar(128);
COMMIT;