initial dfrn update to pass perms

This commit is contained in:
Friendika 2011-04-10 18:38:55 -07:00
commit 940d216395
6 changed files with 22 additions and 9 deletions

View file

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