forked from science-ation/science-ation
82b8b75b25
the tours, but don't show it to the students at all.
6 lines
116 B
SQL
6 lines
116 B
SQL
-- Add 2 fields to tours
|
|
ALTER TABLE `tours` ADD `contact` TINYTEXT NOT NULL ,
|
|
ADD `location` TINYTEXT NOT NULL ;
|
|
|
|
|