1
1
Fork 0

personal title

This commit is contained in:
Friendika 2011-01-18 19:25:28 -08:00
commit b40281802f
10 changed files with 50 additions and 6 deletions

View file

@ -317,3 +317,6 @@ function update_1031() {
}
}
function update_1032() {
q("ALTER TABLE `profile` ADD `pdesc` CHAR( 255 ) NOT NULL AFTER `name` ");
}