From 622863da9f4ca404efabecf56a8a51928027b60a Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Sat, 6 Jan 2024 16:12:13 -0700 Subject: [PATCH] fix: Don't create the database by default, it's now an option --- tm_admin/tmadmin_manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tm_admin/tmadmin_manage.py b/tm_admin/tmadmin_manage.py index e97ff547..9eb4063e 100755 --- a/tm_admin/tmadmin_manage.py +++ b/tm_admin/tmadmin_manage.py @@ -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.