Skip to content

Commit

Permalink
Boundaries are GeoJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 29, 2023
1 parent 8ea2e56 commit 2d36a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ CREATE TABLE IF NOT EXISTS districts (
date_started date NOT NULL,
date_ended date NOT NULL,
description varchar(300) CHARACTER SET latin1 DEFAULT NULL,
boundaries json DEFAULT NULL,
notes text CHARACTER SET latin1,
date_modified timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
date_created datetime NOT NULL
Expand Down

0 comments on commit 2d36a26

Please sign in to comment.