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

Update migrate.go file to allow for optional path to migrations folder #9

Open
Gamma169 opened this issue Jan 2, 2022 · 0 comments
Assignees

Comments

@Gamma169
Copy link
Owner

Gamma169 commented Jan 2, 2022

Currently hardcoded.
https://github.com/Gamma169/go-service-template/blob/develop/src/foobar/migrate.go#L29

Should do something like this:

migrationsPath := getOptionalEnv("MIGRATIONS_DIRECTORY", "./migrations")
migrationsDirectory := fmt.Sprintf("file://%s/")

https://github.com/Gamma169/go-service-template/blob/develop/src/foobar/environments.go#L16

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

No branches or pull requests

2 participants