Skip to content

Commit

Permalink
Update data.sql: swith unblurred_sites layer with serial primary key
Browse files Browse the repository at this point in the history
  • Loading branch information
pclastre committed Aug 18, 2020
1 parent cd2e5a2 commit c6024a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ CREATE TABLE IF NOT EXISTS profile_specifications(

CREATE TABLE unblurred_sites
(
id integer NOT NULL,
id SERIAL PRIMARY KEY,
userid integer NOT NULL,
x real NOT NULL,
y real NOT NULL,
Expand Down

0 comments on commit c6024a5

Please sign in to comment.