server/repository.py
changeset 6664 7b6acf314a7a
parent 6629 edaa96d031b2
child 6674 fd9c76196bf7
--- a/server/repository.py	Tue Nov 02 08:14:47 2010 +0100
+++ b/server/repository.py	Tue Nov 02 08:16:18 2010 +0100
@@ -234,8 +234,8 @@
 
     def init_sources_from_database(self):
         self.sources_by_eid = {}
-        if not 'CWSource' in self.schema:
-            # 3.10 migration
+        if self.config.quick_start \
+               or not 'CWSource' in self.schema: # # 3.10 migration
             return
         session = self.internal_session()
         try: