Skip to content

Commit

Permalink
Drop views
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Mar 31, 2023
1 parent 61c3114 commit 915cb11
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 239 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/model/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from galaxy.model.orm.engine_factory import build_engine
from galaxy.model.security import GalaxyRBACAgent
from galaxy.model.triggers.update_audit_table import install as install_timestamp_triggers
from galaxy.model.view.utils import install_views

log = logging.getLogger(__name__)

Expand Down Expand Up @@ -66,7 +65,6 @@ def init(

def create_additional_database_objects(engine):
install_timestamp_triggers(engine)
install_views(engine)


def configure_model_mapping(
Expand Down
78 changes: 0 additions & 78 deletions lib/galaxy/model/view/__init__.py

This file was deleted.

75 changes: 0 additions & 75 deletions lib/galaxy/model/view/utils.py

This file was deleted.

84 changes: 0 additions & 84 deletions test/unit/data/model/test_views.py

This file was deleted.

0 comments on commit 915cb11

Please sign in to comment.