misc/migration/3.19.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 21 Jan 2014 18:20:28 +0100
changeset 9450 af4b93bc38a5
child 9469 032825bbacab
permissions -rw-r--r--
[multi-sources-removal] Drop deleted_entities system table and entities.mtime column since they were only used by the entities_modified_since api of the repository which has been dropped. Along with them, the multi-sources-etypes configuration variable and some sql queries at modification/deletion time of entities. Bon vent ! Related to #2919300

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