# HG changeset patch # User Denis Laxalde # Date 1491314804 -7200 # Node ID 4d874c2fbb5ffe8abd4798dd5bdb02ca105d02f2 # Parent 6e5446b871d89c7d3d0144b9de7d0be804d4af10 [server] Drop condition on "3.10" migration in repo.init_sources_from_database() We'll duplicate the code of this method in forthcoming changeset so clean it up a bit of old stuff. diff -r 6e5446b871d8 -r 4d874c2fbb5f cubicweb/server/repository.py --- a/cubicweb/server/repository.py Thu Mar 30 16:18:12 2017 +0200 +++ b/cubicweb/server/repository.py Tue Apr 04 16:06:44 2017 +0200 @@ -307,7 +307,7 @@ # internals ############################################################### def init_sources_from_database(self): - if self.config.quick_start or 'CWSource' not in self.schema: # 3.10 migration + if self.config.quick_start: self.system_source.init_creating() return with self.internal_cnx() as cnx: