-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closql--db-update-schema: Fix updating from version 9 or older
We cannot use the object abstraction provided by closql while updating table schemata because the functions that generate such objects assume the latest schemata. When updating from the second to last version, then it can work (as it did when updating from 9 to 10), provided columns are added first. However, if a later version bump modifies a relevant table, earlier update steps that use objects, are likely to break. Closes #625. Closes #626.
- Loading branch information
Showing
1 changed file
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters