This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from 8thlight/update-bytea-columns
Update bytea columns
- Loading branch information
Showing
10 changed files
with
51 additions
and
31 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
db/migrations/1538670026_update_frob_bite_urn_ilk_type.down.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ALTER TABLE maker.bite | ||
ALTER COLUMN ilk SET DATA TYPE bytea, | ||
ALTER COLUMN urn SET DATA TYPE bytea; | ||
|
||
ALTER TABLE maker.frob | ||
ALTER COLUMN ilk SET DATA TYPE bytea, | ||
ALTER COLUMN urn SET DATA TYPE bytea; |
7 changes: 7 additions & 0 deletions
7
db/migrations/1538670026_update_frob_bite_urn_ilk_type.up.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ALTER TABLE maker.bite | ||
ALTER COLUMN ilk SET DATA TYPE text, | ||
ALTER COLUMN urn SET DATA TYPE text; | ||
|
||
ALTER TABLE maker.frob | ||
ALTER COLUMN ilk SET DATA TYPE text, | ||
ALTER COLUMN urn SET DATA TYPE text; |
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
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
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
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
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
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
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
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