1
1
Fork 0

freeform text area for private contact info - notes or things you just want to remember (addresses, phone numbers, birthdays, whatever)

This commit is contained in:
Friendika 2010-12-28 01:06:34 -08:00
commit 7b6385df94
7 changed files with 60 additions and 2 deletions

View file

@ -274,3 +274,6 @@ function update_1028() {
q("ALTER TABLE `user` ADD `openidserver` text NOT NULL AFTER `deny_gid` ");
}
function update_1029() {
q("ALTER TABLE `contact` ADD `info` MEDIUMTEXT NOT NULL AFTER `reason` ");
}