From f30dc8c7b5af2bfe2af87e718a087b713dfde14f Mon Sep 17 00:00:00 2001 From: jurgbohn <> Date: Wed, 22 Apr 2009 10:14:40 +0000 Subject: [PATCH] Unique on location_uri --- gobbler/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobbler/install.php b/gobbler/install.php index b33f70e1..17d4df5f 100644 --- a/gobbler/install.php +++ b/gobbler/install.php @@ -45,7 +45,7 @@ if (isset($_POST['install'])) { //Create tables $res = $mdb2->query("CREATE TABLE Places( - location_uri VARCHAR(255), + location_uri VARCHAR(255) unique, latitude FLOAT, longitude FLOAT, country CHAR(2));"); -- GitLab