added migration for reverse geocoding
This commit is contained in:
8
migrations/004_reverse_geocoding.sql
Normal file
8
migrations/004_reverse_geocoding.sql
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
-- =====================================================================
|
||||||
|
-- Migration 004: Adds Address Column for Reverse Geocoding
|
||||||
|
-- =====================================================================
|
||||||
|
|
||||||
|
ALTER TABLE contributions
|
||||||
|
ADD COLUMN address VARCHAR(255) DEFAULT NULL;
|
||||||
|
|
||||||
|
COMMENT ON COLUMN contributions.address IS 'Reverse geocoded Address, stored automatically on Creation.';
|
||||||
Reference in New Issue
Block a user