gothinkster / flask-realworld-example-app

Exemplary real world JSON API built with Flask (Python)
https://realworld.io/
MIT License
897 stars 308 forks source link

migrations included in .gitignore #10

Closed rustanacexd closed 6 years ago

rustanacexd commented 7 years ago

I noticed that the migrations folder is included in the .gitignore file, how do you handle the database updates in live?

realazizk commented 7 years ago

Right it shouldn't be in the gitignore file, I don't have a access to my physical computer now, can you submit a PR?

realazizk commented 6 years ago

closed with #12