Skip to content
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

Create 'user' -> 'users' migration script for mysql databases #647

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

DerVerruckteFuchs
Copy link

This bash migration script takes necessary user input (mysql user name, mysql DB name, and mysql password) and checks whether the user or users table exists for a streama mysql database. If user table exists, rename it to users and notify the user. If users exists, do nothing and notify the user. If neither user nor users exist for some reason, notify the user.

This script will help mysql users with the breaking changes discussed in issue #409.

The postgresql database dependency has been added to build.gradle, but is commented out for the time being.

@dularion
Copy link
Member

Oh thanks for this :) currently we are all pretty busy but we will try to take a look asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants