diff options
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index dfbf851a..09313b8d 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -433,7 +433,7 @@ CREATE UNIQUE INDEX sysmaps_name on sysmaps (name); -- CREATE TABLE sysmaps_elements ( - iselementid serial, + selementid serial, sysmapid int4 DEFAULT '0' NOT NULL, elementid int4 DEFAULT '0' NOT NULL, elementtype int4 DEFAULT '0' NOT NULL, |
