Revision 6108
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/newWorld/geoscrub.schema.~.changes.sql | ||
---|---|---|
3 | 3 |
ALTER TABLE "newWorldCountries" |
4 | 4 |
ALTER COLUMN "isNewWorld" DROP DEFAULT |
5 | 5 |
, ALTER COLUMN "isNewWorld" TYPE boolean USING "isNewWorld"::boolean |
6 |
, ALTER COLUMN "countryNameStd" TYPE text |
|
6 | 7 |
; |
Also available in: Unified diff
inputs/newWorld/geoscrub.schema.~.changes.sql: Change countryNameStd type to text to allow merge-joining with place.country in analytical_stem_view