Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
  2. INFO [alembic.runtime.migration] Will assume transactional DDL.
  3. INFO [alembic.ddl.postgresql] Detected sequence named 'dc_reset_token_id_seq' as owned by integer column 'dc_reset_token(id)', assuming SERIAL and omitting
  4. INFO [alembic.ddl.postgresql] Detected sequence named 'dc_exchange_token_id_seq' as owned by integer column 'dc_exchange_token(id)', assuming SERIAL and omitting
  5. INFO [alembic.ddl.postgresql] Detected sequence named 'dc_token_id_seq' as owned by integer column 'dc_token(id)', assuming SERIAL and omitting
  6. INFO [alembic.env] No changes in schema detected.
  7. INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
  8. INFO [alembic.runtime.migration] Will assume transactional DDL.
  9. Generating Go code for the models.
  10. Traceback (most recent call last):
  11. File "/Users/azaidi/.pyenv/versions/3.6.8/lib/python3.6/runpy.py", line 193, in _run_module_as_main
  12. "__main__", mod_spec)
  13. File "/Users/azaidi/.pyenv/versions/3.6.8/lib/python3.6/runpy.py", line 85, in _run_code
  14. exec(code, run_globals)
  15. File "/Users/azaidi/datachat/web_server/src/web-server/db/codegen.py", line 19, in <module>
  16. generate_go_code()
  17. File "/Users/azaidi/datachat/web_server/src/web-server/db/codegen.py", line 15, in generate_go_code
  18. subprocess.run(['xo', url, '-o', path, '--template-path', tmpl_path, '-p', 'models'])
  19. File "/Users/azaidi/.pyenv/versions/3.6.8/lib/python3.6/subprocess.py", line 423, in run
  20. with Popen(*popenargs, **kwargs) as process:
  21. File "/Users/azaidi/.pyenv/versions/3.6.8/lib/python3.6/subprocess.py", line 729, in __init__
  22. restore_signals, start_new_session)
  23. File "/Users/azaidi/.pyenv/versions/3.6.8/lib/python3.6/subprocess.py", line 1364, in _execute_child
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement