forked from science-ation/science-ation
827887a0fd
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
3 lines
154 B
SQL
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 ;
|