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

Use migration system to modify more easily the database #363

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GayKevin
Copy link
Contributor

@GayKevin GayKevin commented Jan 10, 2021

Ability to Create migration files for the project.

It will be easier to add or edit tables or something you need to execute once on the database.

Using this library https://github.com/golang-migrate/migrate

Move the postgres.sql to a migration file inside the database/migrate folder

file must be named like that : {version}_{title}.up.{extension}

  • {version} = timespan

@GayKevin GayKevin marked this pull request as draft January 13, 2021 21:13
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

1 participant