Advertisement
Guest User

Untitled

a guest
Oct 7th, 2022
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. flask db init
  2. Creating directory C:\Users\nmyle\OneDrive\Desktop\flaskcode\flaskblog2\migrations ... done
  3. Creating directory C:\Users\nmyle\OneDrive\Desktop\flaskcode\flaskblog2\migrations\versions ... done
  4. Generating C:\Users\nmyle\OneDrive\Desktop\flaskcode\flaskblog2\migrations\alembic.ini ... done
  5. Generating C:\Users\nmyle\OneDrive\Desktop\flaskcode\flaskblog2\migrations\env.py ... done
  6. Generating C:\Users\nmyle\OneDrive\Desktop\flaskcode\flaskblog2\migrations\README ... done
  7. Generating C:\Users\nmyle\OneDrive\Desktop\flaskcode\flaskblog2\migrations\script.py.mako ... done
  8. Please edit configuration/connection/logging settings in 'C:\\Users\\nmyle\\OneDrive\\Desktop\\flaskcode\\flaskblog2\\migrations\\alembic.ini' before proceeding.
  9. PS C:\Users\nmyle\OneDrive\Desktop\flaskcode\flaskblog2> flask db migrate -m "Initial migration."
  10. INFO [alembic.runtime.migration] Context impl SQLiteImpl.
  11. INFO [alembic.runtime.migration] Will assume non-transactional DDL.
  12. INFO [alembic.autogenerate.compare] Detected added table 'user'
  13. INFO [alembic.autogenerate.compare] Detected added table 'followers'
  14. INFO [alembic.autogenerate.compare] Detected added table 'posts'
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement