science-ation/db/db.update.93.sql
dave 827887a0fd - Change the volunteer position description/meet_place colums to text from
tinytext.
- Change the icon_path to somethign SFIAB will like better in the tableeditor
  (was wondering why I had no icons in the tableeditor)
- Add a crude maxlength support for text areas
2007-12-29 19:43:56 +00:00

3 lines
154 B
SQL

ALTER TABLE `volunteer_positions` CHANGE `desc` `desc` TEXT NOT NULL ;
ALTER TABLE `volunteer_positions` CHANGE `meet_place` `meet_place` TEXT NOT NULL ;