mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
death to comment box oddities (a slow death as it will take some time for everybody to upgrade)
This commit is contained in:
parent
de8b381149
commit
0ed2d19ac8
5 changed files with 29 additions and 14 deletions
|
@ -428,3 +428,7 @@ function update_1047() {
|
|||
q("ALTER TABLE `contact` ADD `writable` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `readonly` ");
|
||||
}
|
||||
|
||||
function update_1048() {
|
||||
q("UPDATE `contact` SET `writable` = 1 WHERE `network` = 'stat' AND `notify` != '' ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue