science-ation/db/db.update.36.sql
dave 82b8b75b25 - Add location and contact info for each tour. Dump this in the CSV dump of
the tours, but don't show it to the students at all.
2007-01-20 08:10:26 +00:00

6 lines
116 B
SQL

-- Add 2 fields to tours
ALTER TABLE `tours` ADD `contact` TINYTEXT NOT NULL ,
ADD `location` TINYTEXT NOT NULL ;