mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Added Bike Delivery as shop type.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user