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

Commit

Permalink
fix: Create the Types for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Mar 26, 2024
1 parent 3093fe7 commit 07ccc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tm_admin/tmadmin_manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 07ccc12

Please sign in to comment.