misc/migration/3.19.0_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 Apr 2014 18:14:45 +0200
changeset 9676 3f62606c01a2
parent 9469 032825bbacab
child 9708 b36bc18f6ef7
permissions -rw-r--r--
[repo] Fix register_user Make sure we have a connection to the db around user creation.

sql('DROP TABLE "deleted_entities"')
sql('ALTER TABLE "entities" DROP COLUMN "mtime"')
sql('ALTER TABLE "entities" DROP COLUMN "source"')