aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-29 18:01:51 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-29 18:01:51 -0700
commit6e8ad5089e3aeea6377718db91ccf48284a315fa (patch)
tree41cfeac8c0e80a135bdb10e9631519b8b2dd3225 /install
parent63f2e9b41259975f1af6415cda01dc0f81b1af30 (diff)
parent2072ea721fa26b8e5f7dd4067434951b738de92b (diff)
downloadvolse-hubzilla-6e8ad5089e3aeea6377718db91ccf48284a315fa.tar.gz
volse-hubzilla-6e8ad5089e3aeea6377718db91ccf48284a315fa.tar.bz2
volse-hubzilla-6e8ad5089e3aeea6377718db91ccf48284a315fa.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts: view/nl/messages.po view/nl/strings.php
Diffstat (limited to 'install')
-rw-r--r--install/schema_mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index e30eded29..b1d59a0f5 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -703,6 +703,7 @@ CREATE TABLE IF NOT EXISTS `mail` (
`channel_id` int(10) unsigned NOT NULL DEFAULT '0',
`title` text NOT NULL,
`body` mediumtext NOT NULL,
+ `sig` text NOT NULL,
`attach` mediumtext NOT NULL,
`mid` char(255) NOT NULL DEFAULT '',
`parent_mid` char(255) NOT NULL DEFAULT '',