CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Separate database migrations for easier use in testing process #1125

Open DanielBrierton opened 7 years ago

DanielBrierton commented 7 years ago

As it is now, when you reset the database to load in new data, you need to restart the whole stack so migrations execute. We should separate out this process so we can trigger it while the stack is running to save time when clearing database during testing.

Wardormeur commented 6 years ago

Not required anymore i believe @DanielBrierton ?