sklei2 / DeathClock

0 stars 0 forks source link

Q&a #42

Closed jshear95 closed 6 years ago

jshear95 commented 6 years ago

Requesting a merge with Master

sklei2 commented 6 years ago

Do we want to add our db.sqlite3 and migrations to source control? I know that the db.sqlite3 one is kind of a pain to work with, since you'll always get merge conflicts with it.

sklei2 commented 6 years ago

After thinking about it. The migrations are fine, since those are related to the structure of the database. But that means we'd have to migrate on pulls and clones.

sklei2 commented 6 years ago

Alright fixed up a lot of the issues and this looks good.