diff options
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql index 15e2f2cca..ed92aa4c1 100644 --- a/database.sql +++ b/database.sql @@ -193,6 +193,7 @@ CREATE TABLE IF NOT EXISTS `item` ( `object` text NOT NULL, `target-type` char(255) NOT NULL, `target` text NOT NULL, + `postopts` text NOT NULL, `plink` char(255) NOT NULL, `resource-id` char(255) NOT NULL, `event-id` int(10) unsigned NOT NULL, |