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

Commit 07ccc12

Browse files
committed
fix: Create the Types for postgres
1 parent 3093fe7 commit 07ccc12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tm_admin/tmadmin_manage.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ async def main():
326326
result = await tm.createTable(f"{rootdir}/schemas.sql")
327327
# await tm.pg.execute(result)
328328

329-
# result = await tm.createTable(f"{rootdir}/types_tm.sql")
330-
# await tm.pg.execute(result)
329+
result = await tm.createTable(f"{rootdir}/types_tm.sql")
330+
await tm.pg.execute(result)
331331

332332
# This class generates all the output files.
333333
if args.cmd == 'generate':

0 commit comments

Comments
 (0)