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 a0aef249..88cf0a7d 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -254,6 +254,7 @@ CREATE TABLE media_type ( smtp_helo varchar(255) DEFAULT '' NOT NULL, smtp_email varchar(255) DEFAULT '' NOT NULL, exec_path varchar(255) DEFAULT '' NOT NULL, + gsm_modem varchar(255) DEFAULT '' NOT NULL, PRIMARY KEY(mediatypeid) ); |
