changeset 209:9585982180ab

Remove obsolete TODO comment Users can write in this table only through user management functions which ensure consistency.
author Tom Gottfried <tom@intevation.de>
date Mon, 23 Jul 2018 16:14:36 +0200
parents 87f21b9a1292
children a0e2c6bb3cb3
files schema/gemma.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/gemma.sql	Mon Jul 23 15:57:54 2018 +0200
+++ b/schema/gemma.sql	Mon Jul 23 16:14:36 2018 +0200
@@ -134,7 +134,7 @@
     )
 
     CREATE TABLE user_profiles (
-        username varchar PRIMARY KEY,-- TODO: check it's in pg_roles by trigger
+        username varchar PRIMARY KEY,
         country char(2) NOT NULL REFERENCES countries,
         map_extent box2d,
         email_adress varchar NOT NULL UNIQUE