Add the ability to register for updates on quick reports
At this point it also appears that I'm correctly capturing the GPS location as both PostGIS data and as an H3 cell.
This commit is contained in:
parent
3c8436fe10
commit
b35c9496b6
13 changed files with 617 additions and 117 deletions
|
|
@ -6,7 +6,9 @@ CREATE TABLE publicreport.quick (
|
|||
comments TEXT NOT NULL,
|
||||
location GEOGRAPHY,
|
||||
h3cell h3index,
|
||||
uuid UUID NOT NULL
|
||||
public_id TEXT NOT NULL UNIQUE,
|
||||
reporter_email TEXT NOT NULL,
|
||||
reporter_phone TEXT NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE publicreport.quick_photo (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue