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:
@@ -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` ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user