diff options
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r-- | create/postgresql/schema.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index 16c2d383..4aafd179 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -770,6 +770,8 @@ CREATE TABLE valuemaps ( PRIMARY KEY (valuemapid) ); +CREATE UNIQUE INDEX valuemaps_name on valuemaps (name); + -- -- Table structure for table 'mapping' -- |