mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
user pref -> block remote wall posting
This commit is contained in:
parent
2b0af1456c
commit
b7292bc673
12 changed files with 55 additions and 3 deletions
|
@ -407,3 +407,6 @@ function update_1042() {
|
|||
}
|
||||
|
||||
|
||||
function update_1043() {
|
||||
q("ALTER TABLE `user` ADD `blockwall` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `blocked` ");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue