Advertisement
Guest User

fix for default calendar

a guest
May 16th, 2013
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.39 KB | None | 0 0
  1. INSERT INTO `bs_services`(`id`,`name`,`date_created`,`type`) VALUES (1, 'Default service', NOW(), 't');
  2. INSERT INTO `bs_service_settings` (`id`, `serviceId`,`payment_method`, `allow_times`, `allow_times_min`, `interval`, `spot_price`, `spot_invoice`, `startDay`, `spaces_available`, `show_spaces_left`,`show_multiple_spaces`,`use_popup`) VALUES (1, 1, 'invoice', 99, 2, 30, 10, 0, 1, '1', 0, 0,0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement