Skip to content

Commit

Permalink
Disable auto creation of db tables
Browse files Browse the repository at this point in the history
  • Loading branch information
duskobogdanovski committed Dec 3, 2020
1 parent 6b69111 commit 5e3d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/knowledgehub/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def update_config(self, config_):
toolkit.add_resource('fanstatic', 'knowledgehub')

# Eliminates the need to re-initialize the database when model changes.
_init_knowledgehub_database()
# _init_knowledgehub_database()
_patch_ckan_base_controller()

# patch the CKAN core functionality
Expand Down

0 comments on commit 5e3d9e4

Please sign in to comment.