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

Database migrations: SQLite #392

Closed
3 of 4 tasks
fmartingr opened this issue Mar 1, 2022 · 0 comments · Fixed by #398
Closed
3 of 4 tasks

Database migrations: SQLite #392

fmartingr opened this issue Mar 1, 2022 · 0 comments · Fixed by #398

Comments

@fmartingr
Copy link
Member

fmartingr commented Mar 1, 2022

Do the first implementation of migrations of Shiori in the SQLite driver.

From the top of my head, required changes:

  • Add go-migrate to the project
  • Migrate current "migrations" in code to the first migration in the new system
  • Create a command in the CLI to execute the migration based on the project configured driver (and allow only SQLite for now)
  • Allow dry-run of the migrations?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant