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

Stop generating migration files for each version #135

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

hanefi
Copy link
Member

@hanefi hanefi commented Aug 25, 2022

PostgreSQL 10 introduced an improvement on extension migration paths. We
no longer need to generate a migration file for each version. It is
sufficient to have an initial script and the migration scripts that are
used to upgrade to the next version.

This commit also fixes an issue where we did not install necessary
migration files on a clean build.

Fixes: #134 #133

PostgreSQL 10 introduced an improvement on extension migration paths. We
no longer need to generate a migration file for each version. It is
sufficient to have an initial script and the migration scripts that are
used to upgrade to the next version.

This commit also fixes an issue where we did not install necessary
migration files on a clean build.
@hanefi hanefi requested a review from gokhangulbiz August 25, 2022 14:30
@gokhangulbiz gokhangulbiz merged commit 9057fe4 into master Aug 26, 2022
@gokhangulbiz gokhangulbiz deleted the fix-migration-scripts branch August 26, 2022 06:58
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.

make install fails to install some migration files
2 participants