Store addresses on every geocode
This commit is contained in:
parent
e04b86218d
commit
730f40956f
12 changed files with 223 additions and 229 deletions
8
db/migrations/00129_address_country_text.sql
Normal file
8
db/migrations/00129_address_country_text.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- +goose Up
|
||||
ALTER TABLE address
|
||||
ALTER COLUMN country
|
||||
TYPE TEXT
|
||||
USING country::TEXT;
|
||||
DROP TYPE CountryType;
|
||||
-- +goose Down
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue