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

chore: enable version-specific db migration #453

Closed
wants to merge 3 commits into from
Closed

Conversation

masaaania
Copy link
Contributor

@masaaania masaaania commented Jul 5, 2023

Fixes #685

@masaaania
Copy link
Contributor Author

Current Status

  • This PR is in wip status.
  • This PR conforms to the specifications described in this RFC.

What is not yet done.

  • Schema file.
    • migrations/mysql/1687512689_initialize_schema.{up|down}.sql are not complete form.
    • We were trying to integrate the schema of the tables into one file, but now the schemas have changed even more.
    • You should update the schema files.
  • Sending notification process.
    • The function to send notifications has not yet been implemented.
    • Schema migration is a very powerful but risky feature, so user notification is necessary.

@cre8ivejp
Copy link
Member

Closing this in favor of #812

@cre8ivejp cre8ivejp closed this Feb 29, 2024
@cre8ivejp cre8ivejp deleted the migration branch February 29, 2024 11:48
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.

feat: manage the sql migration and schema changes in the main repository
2 participants