diff setup.py @ 6014:c7ef77ab2f95

db: remove SQLAlchemy Migrate support The DbMigrateVersion table will be removed in a later changeset.
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 18 Jul 2016 14:08:43 +0200
parents b5859022ac69
children c436f337e253
line wrap: on
line diff
--- a/setup.py	Mon Jul 18 14:03:17 2016 +0200
+++ b/setup.py	Mon Jul 18 14:08:43 2016 +0200
@@ -180,7 +180,6 @@
     cache-keys=kallithea.lib.paster_commands.cache_keys:Command
     ishell=kallithea.lib.paster_commands.ishell:Command
     make-index=kallithea.lib.paster_commands.make_index:Command
-    upgrade-db=kallithea.lib.dbmigrate:UpgradeDb
     celeryd=kallithea.lib.celerypylons.commands:CeleryDaemonCommand
     install-iis=kallithea.lib.paster_commands.install_iis:Command
     """,