source: trunk/SQL/7.sql

Last change on this file was 56, checked in by chronos, 12 years ago
File size: 141 bytes
Line 
1ALTER TABLE `Holiday` ADD `Day` INT NOT NULL ,
2ADD `Month` INT NOT NULL ,
3ADD `Year` INT NOT NULL ,
4ADD `Enabled` INT NOT NULL,
5DROP `Date`;
Note: See TracBrowser for help on using the repository browser.