Skip to content

Commit

Permalink
Hotfix - Broken profile/parents due to tables not being created
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Mar 1, 2024
1 parent bddc8e6 commit 9e1cb98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions joystick_diagrams/db/db_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
db_bind_text,
db_device_management,
db_plugin_data,
db_profile_parents,
db_profiles,
db_settings,
)

Expand All @@ -24,6 +26,8 @@ def init() -> None:
db_bind_text.create_new_db_if_not_exist()
db_plugin_data.create_new_db_if_not_exist()
db_settings.create_new_db_if_not_exist()
db_profiles.create_new_db_if_not_exist()
db_profile_parents.create_new_db_if_not_exist()


if __name__ == "__main__":
Expand Down

0 comments on commit 9e1cb98

Please sign in to comment.