-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
formalize db patches #61
Comments
Is this for piezo admin? or for the worker? |
yes On Mon, Aug 22, 2016 at 9:46 AM Gregg Hernandez [email protected]
|
They share the same DB. So, yes. ;) On Mon, Aug 22, 2016 at 9:46 AM, Gregg Hernandez [email protected]
|
Oh. If it was just admin, I was going to say use play's evolutions: https://playframework.com/documentation/2.3.x/Evolutions But it might not make sense to handle patches in the play project if they both use them. Or it might make sense. I don't know. |
good idea On Mon, Aug 22, 2016 at 10:14 AM, Gregg Hernandez [email protected]
|
+1 for Play's evolutions. It's a good system, and fairly easy. |
make clear way to create and update db to latest schema
The text was updated successfully, but these errors were encountered: