1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

Added Bike Delivery as shop type.

This commit is contained in:
Jonathan Rosenbaum 2015-01-10 08:01:18 +00:00
parent d16811fe95
commit b68b4926b4

View File

@ -21,7 +21,8 @@ INSERT INTO shop_types (shop_type_id, list_order) VALUES
("Meeting", 3 ),
("Mechanic Operation Shop", 5),
("Volunteer Run Shop", 6),
("Other", 7);
("Other", 7),
("Bike Delivery", 8);
-- Add shop user roles to shop_user_roles
-- sales == 1 if you want a role to be able to do sales