diff options
author | Friendika <info@friendika.com> | 2011-09-04 19:58:03 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-04 19:58:03 -0700 |
commit | 82f7f33cf58774ac6b07acd64fe0b49cd5b0aa30 (patch) | |
tree | 54400fab49c5f64b917db32c60cc201f2ac6e626 /database.sql | |
parent | 481853d2cc44a4bf6c540e72c741ff453305a925 (diff) | |
download | volse-hubzilla-82f7f33cf58774ac6b07acd64fe0b49cd5b0aa30.tar.gz volse-hubzilla-82f7f33cf58774ac6b07acd64fe0b49cd5b0aa30.tar.bz2 volse-hubzilla-82f7f33cf58774ac6b07acd64fe0b49cd5b0aa30.zip |
bookmarks + bug #140
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 343d4c497..ff339929e 100644 --- a/database.sql +++ b/database.sql @@ -206,6 +206,7 @@ CREATE TABLE IF NOT EXISTS `item` ( `pubmail` tinyint(1) NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '0', `starred` tinyint(1) NOT NULL DEFAULT '0', + `bookmark` tinyint(1) NOT NULL DEFAULT '0', `unseen` tinyint(1) NOT NULL DEFAULT '1', `deleted` tinyint(1) NOT NULL DEFAULT '0', `last-child` tinyint(1) unsigned NOT NULL DEFAULT '1', |