summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorivan <ivan>2010-04-19 01:27:00 +0000
committerivan <ivan>2010-04-19 01:27:00 +0000
commitad7f49821d40ffd099a45acc32ba91e0e211aede (patch)
tree8228c5db1da46fd27a84a47dc0267b4ea6a9b297 /FS/FS/Schema.pm
parenta81b07fba385be4599feec950d5b108e3c107d0d (diff)
communigate provisioning phase 2: add svc_domain.trailer -> communigate TrailerText, RT#7514
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 2850d4f..082a03d 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1715,6 +1715,7 @@ sub tables_hashref {
'expiration_date', @date_type, '', '',
#communigate pro fields (quota = MaxAccountSize)
'max_accounts', 'int', 'NULL', '', '', '',
+ 'trailer', 'text', 'NULL', '', '', '',
'cgp_aliases', 'varchar', 'NULL', 255, '', '',
'cgp_accessmodes','varchar','NULL', 255, '', '', #DomainAccessModes
'acct_def_password_selfchange','char', 'NULL', 1, '', '',