mirror of
https://github.com/friendica/friendica
synced 2025-12-07 14:27:10 +01:00
initial dfrn update to pass perms
This commit is contained in:
parent
12bc4a44cf
commit
940d216395
6 changed files with 22 additions and 9 deletions
|
|
@ -423,3 +423,8 @@ function update_1045() {
|
|||
function update_1046() {
|
||||
q("ALTER TABLE `item` ADD `attach` MEDIUMTEXT NOT NULL AFTER `tag` ");
|
||||
}
|
||||
|
||||
function update_1047() {
|
||||
q("ALTER TABLE `contact` ADD `writable` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `readonly` ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue