misc/migration/3.14.4_Any.py
changeset 9450 af4b93bc38a5
parent 8375 7d8979176bc0
child 9463 d62e13eba033
--- a/misc/migration/3.14.4_Any.py	Mon Jun 17 00:07:35 2013 +0200
+++ b/misc/migration/3.14.4_Any.py	Tue Jan 21 18:20:28 2014 +0100
@@ -8,4 +8,3 @@
 sql('UPDATE entities SET asource = source WHERE asource is NULL')
 dbhelper.change_col_type(cursor, 'entities', 'asource', attrtype, False)
 dbhelper.change_col_type(cursor, 'entities', 'source', attrtype, False)
-dbhelper.change_col_type(cursor, 'deleted_entities', 'source', attrtype, False)