Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Starting migrations
  2. Migrate "001_add_cron"
  3. {}
  4. Migration failed: 001_add_cron
  5. Traceback (most recent call last):
  6. File "/mnt/c/Users/Simon Sorensen/Documents/GitHub/chronos/.venv/lib/python3.6/site-packages/peewee_migrate/router.py", line 153, in run_one
  7. migrate(migrator, self.database, fake=fake)
  8. File "<string>", line 39, in migrate
  9. File "/mnt/c/Users/Simon Sorensen/Documents/GitHub/chronos/.venv/lib/python3.6/site-packages/peewee_migrate/migrator.py", line 105, in wrapper
  10. return method(migrator, migrator.orm[model], *args, **kwargs)
  11. KeyError: 'Script'
  12. Traceback (most recent call last):
  13. File "chronos.py", line 9, in <module>
  14. from chronos.runtime import *
  15. File "/mnt/c/Users/Simon Sorensen/Documents/GitHub/chronos/chronos/runtime.py", line 10, in <module>
  16. import chronos.metadata
  17. File "/mnt/c/Users/Simon Sorensen/Documents/GitHub/chronos/chronos/metadata.py", line 57, in <module>
  18. router.run()
  19. File "/mnt/c/Users/Simon Sorensen/Documents/GitHub/chronos/.venv/lib/python3.6/site-packages/peewee_migrate/router.py", line 182, in run
  20. self.run_one(mname, migrator, fake=fake, force=fake)
  21. File "/mnt/c/Users/Simon Sorensen/Documents/GitHub/chronos/.venv/lib/python3.6/site-packages/peewee_migrate/router.py", line 153, in run_one
  22. migrate(migrator, self.database, fake=fake)
  23. File "<string>", line 39, in migrate
  24. File "/mnt/c/Users/Simon Sorensen/Documents/GitHub/chronos/.venv/lib/python3.6/site-packages/peewee_migrate/migrator.py", line 105, in wrapper
  25. return method(migrator, migrator.orm[model], *args, **kwargs)
  26. KeyError: 'Script'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement