Move db.sql.models* to db.models*
This commit is contained in:
@@ -52,7 +52,7 @@ def gather_database_data(media_types, plugins):
|
||||
managed_dbdata = []
|
||||
|
||||
# Add main first
|
||||
from mediagoblin.db.sql.models import MODELS as MAIN_MODELS
|
||||
from mediagoblin.db.models import MODELS as MAIN_MODELS
|
||||
from mediagoblin.db.migrations import MIGRATIONS as MAIN_MIGRATIONS
|
||||
|
||||
managed_dbdata.append(
|
||||
|
||||
Reference in New Issue
Block a user