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:
parent
76d92d3f62
commit
7b6385df94
7 changed files with 60 additions and 2 deletions
|
@ -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` ");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue