From c6024a53c57b2e94f715a5a467029342eedbc736 Mon Sep 17 00:00:00 2001 From: Philippe Clastre Date: Tue, 18 Aug 2020 09:59:27 +0200 Subject: [PATCH] Update data.sql: swith unblurred_sites layer with serial primary key --- data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.sql b/data.sql index 526e510..b23b1c7 100644 --- a/data.sql +++ b/data.sql @@ -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,