|
@@ -28,6 +28,9 @@ def setup_schema(command, conf, vars):
|
28
|
28
|
|
29
|
29
|
# <websetup.websetup.schema.after.metadata.create_all>
|
30
|
30
|
transaction.commit()
|
|
31
|
+ print("Create additionnal tables.")
|
|
32
|
+ model.metadata.create_all(bind=config['tg.app_globals'].sa_engine)
|
|
33
|
+
|
31
|
34
|
print('Initializing Migrations')
|
32
|
35
|
import alembic.config, alembic.command
|
33
|
36
|
alembic_cfg = alembic.config.Config()
|