mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
more tag infrastructure
This commit is contained in:
parent
48ee3fa3b9
commit
672ecc7f7d
7 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1089 );
|
||||
define( 'UPDATE_VERSION' , 1090 );
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -750,3 +750,6 @@ function update_1088() {
|
|||
ADD `expire_notification_sent` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `account_expires_on` ");
|
||||
}
|
||||
|
||||
function update_1089() {
|
||||
q("ALTER TABLE `user` ADD `blocktags` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `hidewall` ");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue