crunchbutton/db/migrate/000111_restaurant.sql
Daniel Camargo 5b018dfb12 fixed #1397
2013-06-05 16:58:45 -03:00

2 lines
133 B
SQL

ALTER TABLE `restaurant` ADD `open_holidays` TEXT NULL DEFAULT NULL;
ALTER TABLE `restaurant` ADD `community` TEXT NULL DEFAULT NULL;