aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-23 22:32:46 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-23 22:32:46 -0700
commit0f3c2c4b2448694da4f0b350c1814fb5df973ce9 (patch)
treed6e6efd2cdb2aa3aabebf7221697c89622c67d55 /install/schema_mysql.sql
parentb553ffd55d04d11c0802b1688d74e96f3ed01ddf (diff)
downloadvolse-hubzilla-0f3c2c4b2448694da4f0b350c1814fb5df973ce9.tar.gz
volse-hubzilla-0f3c2c4b2448694da4f0b350c1814fb5df973ce9.tar.bz2
volse-hubzilla-0f3c2c4b2448694da4f0b350c1814fb5df973ce9.zip
add vdata field for caldav
Diffstat (limited to 'install/schema_mysql.sql')
-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 a21e5f48a..c78259e41 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -396,6 +396,7 @@ CREATE TABLE IF NOT EXISTS `event` (
`event_repeat` text NOT NULL,
`event_sequence` smallint(6) NOT NULL DEFAULT '0',
`event_priority` smallint(6) NOT NULL DEFAULT '0',
+ `event_vdata` text NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `type` (`type`),