Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Don't create the database by default, it's now an option
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Jan 6, 2024
1 parent bb5deec commit 622863d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm_admin/tmadmin_manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def main():

# The base class that does all the work
tm = TmAdminManage(args.uri)
tm.createDB()
# tm.createDB()

# This database tables stores the versions of the table schemas,
# and is only used for updating the table schemas.
Expand Down

0 comments on commit 622863d

Please sign in to comment.