plan-your-vote / plan-your-vote-cms

1 stars 8 forks source link

migrations folder #84

Closed medhatelmasry closed 4 years ago

medhatelmasry commented 4 years ago

In the .gitignore file, migrations folder is ignored. This is not the way it is supposed to work.

Migrations folder should not be excluded from pushing into git. We need to ensure that seed data goes not get duplicated.

ryanliang88 commented 4 years ago

Migrations folder should be uncommented. I'm not sure how exactly to deal with merge conflicts now that the folder has been included.

Aside: If anyone's looking at automatic migrations, that only exists in EF6.

medhatelmasry commented 4 years ago

Joey Tang confirmed that migrations folder not in .gitignore

medhatelmasry commented 4 years ago

No other problems left