-
Notifications
You must be signed in to change notification settings - Fork 25
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
Need Database Change Management System #45
Comments
See also https://metacpan.org/pod/DBIx::Class::DeploymentHandler, and https://metacpan.org/pod/DBIx::Class::Schema::Diff for dynamically detecting changes |
I think you'll find ::Migration wraps ::DeploymentHandler and various other bits. Ask jnap :) |
Yes it does... However, Migrations is sometimes overkill, especially when there is not a need for dumping and repopulating data (i.e. Fixtures). That is why I just wanted to point out DH explicitly |
jnap and I met in person last night and discussed this very issue, among other things. He has lots of good opinions about this, I'll have to let him provide more info. |
Great, I look forward to hearing about it :) |
Possibly https://metacpan.org/pod/DBIx::Class::Migration ?
The text was updated successfully, but these errors were encountered: