diff options
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index aceb8912..21f1de6b 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -416,6 +416,7 @@ CREATE TABLE sysmaps ( height int4 DEFAULT '0' NOT NULL, background varchar(64) DEFAULT '' NOT NULL, label_type int4 DEFAULT '0' NOT NULL, + label_location int2 DEFAULT '0' NOT NULL, PRIMARY KEY (sysmapid) ); |
