Skip to content

Commit

Permalink
Try again with no triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 21, 2020
1 parent b1aa38e commit 90496e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/model/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
from galaxy.model.orm.engine_factory import build_engine
from galaxy.model.orm.now import now
from galaxy.model.security import GalaxyRBACAgent
from galaxy.model.triggers import install_timestamp_triggers
from galaxy.model.view import HistoryDatasetCollectionJobStateSummary
from galaxy.model.view.utils import install_views

Expand Down Expand Up @@ -2904,7 +2903,6 @@ def init(file_path, url, engine_options=None, create_tables=False, map_install_m
# Create tables if needed
if create_tables:
metadata.create_all()
install_timestamp_triggers(engine)
install_views(engine)
# metadata.engine.commit()

Expand Down

0 comments on commit 90496e9

Please sign in to comment.