Project

General

Profile

« Previous | Next » 

Revision 6108

inputs/newWorld/geoscrub.schema.~.changes.sql: Change countryNameStd type to text to allow merge-joining with place.country in analytical_stem_view

View differences:

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