mirror of
https://github.com/friendica/friendica
synced 2026-01-16 02:18:41 +01:00
basic file upload/attach
This commit is contained in:
parent
eb152fdc24
commit
73b4faca5c
9 changed files with 216 additions and 4 deletions
|
|
@ -486,4 +486,9 @@ function update_1054() {
|
|||
|
||||
function update_1055() {
|
||||
q("ALTER TABLE `profile` ADD `hidewall` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `hide-friends` ");
|
||||
}
|
||||
}
|
||||
|
||||
function update_1056() {
|
||||
q("ALTER TABLE `attach` ADD `hash` CHAR( 64 ) NOT NULL AFTER `uid` ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue