Skip to content

Commit

Permalink
**
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozcan Aytac; Insylva project committed Aug 20, 2020
1 parent 5e72dd7 commit 9151171
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,10 @@ CREATE TABLE unblurred_sites
y real NOT NULL,
geom geometry,
blurring_rule character(30) COLLATE pg_catalog."default" NOT NULL,
new_point boolean
new_point boolean,

createdAt timestamp NOT NULL DEFAULT NOW(),
updatedAt timestamp
)
WITH (
OIDS = FALSE
Expand Down

0 comments on commit 9151171

Please sign in to comment.