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

Implement database upgrade system #195

Closed
2 tasks done
psrpinto opened this issue Apr 8, 2024 · 0 comments · Fixed by #197
Closed
2 tasks done

Implement database upgrade system #195

psrpinto opened this issue Apr 8, 2024 · 0 comments · Fixed by #197
Assignees

Comments

@psrpinto
Copy link
Member

psrpinto commented Apr 8, 2024

Like GlotPress with a version number.

  • Version 1 is the version prior to the introduction of the attendees table
  • Version 2 is the version that introduces the attendees table

The following data migration steps are needed when migrating to version 2:

  • Create an attendee for the owner of each event, with is_host set to true
  • Import legacy attendees (from usermeta) to the attendees table
@psrpinto psrpinto added this to the Second Test Event milestone Apr 8, 2024
@psrpinto psrpinto self-assigned this Apr 8, 2024
@psrpinto psrpinto linked a pull request Apr 8, 2024 that will close this issue
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 a pull request may close this issue.

1 participant