basic file upload/attach

This commit is contained in:
Friendika 2011-05-24 22:40:52 -07:00
commit 73b4faca5c
9 changed files with 216 additions and 4 deletions

View file

@ -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` ");
}