comparison schema/gemma.sql @ 4722:462d8f71da62

Remove obsolete comment
author Tom Gottfried <tom@intevation.de>
date Thu, 17 Oct 2019 16:36:58 +0200
parents 92640ae5be07
children baabc2b2f094
comparison
equal deleted inserted replaced
4721:b2119cf5c7fb 4722:462d8f71da62
354 -- keep username length compatible with role identifier 354 -- keep username length compatible with role identifier
355 country char(2) NOT NULL REFERENCES countries, 355 country char(2) NOT NULL REFERENCES countries,
356 map_extent box2d NOT NULL, 356 map_extent box2d NOT NULL,
357 email_address varchar NOT NULL 357 email_address varchar NOT NULL
358 ) 358 )
359 -- Columns referencing user-visible schemas added below.
360 ; 359 ;
361 360
362 361
363 -- Namespace to be accessed by sys_admin only 362 -- Namespace to be accessed by sys_admin only
364 CREATE SCHEMA sys_admin 363 CREATE SCHEMA sys_admin