aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-13 13:05:14 -0800
committerfriendica <info@friendica.com>2015-02-13 13:05:14 -0800
commit46eda6e72371fd5fb9e6810fd9ef68b659ffb308 (patch)
treeaf6beb422bb70edf399b0f66103f88fae92bc3bf /install
parent7bb2e25ea030b7c32d35766631d85ac24b192f11 (diff)
parentf0fe81df7983dbe5901c53b3c24fd30d35e0bcc7 (diff)
downloadvolse-hubzilla-46eda6e72371fd5fb9e6810fd9ef68b659ffb308.tar.gz
volse-hubzilla-46eda6e72371fd5fb9e6810fd9ef68b659ffb308.tar.bz2
volse-hubzilla-46eda6e72371fd5fb9e6810fd9ef68b659ffb308.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'install')
-rw-r--r--install/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index d2f1ead3c..86731e165 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1560,7 +1560,7 @@ function update_r1135() {
}
function update_r1136() {
- $r1 = q("alter table item add item_unseen smallint(1) not null default '0' ");
+ $r1 = q("alter table item add item_unseen smallint not null default '0' ");
$r2 = q("create index item_unseen on item ( item_unseen ) ");
$r3 = q("update item set item_unseen = 1 where ( item_flags & 2 ) > 0 ");