science-ation/db/db.update.182.sql
jacob f090e957c6 Modified events table to filter properly by event and handle URLs properly
Slight change in tableeditor to allow it to properly filter a value of zero (not treating it as null)
2010-06-14 19:43:10 +00:00

2 lines
134 B
SQL

ALTER TABLE `events` CHANGE `description_link` `website` VARCHAR( 256 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL