From 07ccc12f2ac4a71251b08155e7d8ff0ddac4c99e Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 26 Mar 2024 02:20:39 -0600 Subject: [PATCH] fix: Create the Types for postgres --- tm_admin/tmadmin_manage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tm_admin/tmadmin_manage.py b/tm_admin/tmadmin_manage.py index d94d078f..965571ce 100755 --- a/tm_admin/tmadmin_manage.py +++ b/tm_admin/tmadmin_manage.py @@ -326,8 +326,8 @@ async def main(): result = await tm.createTable(f"{rootdir}/schemas.sql") # await tm.pg.execute(result) - # result = await tm.createTable(f"{rootdir}/types_tm.sql") - # await tm.pg.execute(result) + result = await tm.createTable(f"{rootdir}/types_tm.sql") + await tm.pg.execute(result) # This class generates all the output files. if args.cmd == 'generate':