mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-23 01:03:23 -05:00
Added Bike Delivery as shop type.
This commit is contained in:
parent
d16811fe95
commit
b68b4926b4
@ -21,7 +21,8 @@ INSERT INTO shop_types (shop_type_id, list_order) VALUES
|
|||||||
("Meeting", 3 ),
|
("Meeting", 3 ),
|
||||||
("Mechanic Operation Shop", 5),
|
("Mechanic Operation Shop", 5),
|
||||||
("Volunteer Run Shop", 6),
|
("Volunteer Run Shop", 6),
|
||||||
("Other", 7);
|
("Other", 7),
|
||||||
|
("Bike Delivery", 8);
|
||||||
|
|
||||||
-- Add shop user roles to shop_user_roles
|
-- Add shop user roles to shop_user_roles
|
||||||
-- sales == 1 if you want a role to be able to do sales
|
-- sales == 1 if you want a role to be able to do sales
|
||||||
|
Loading…
x
Reference in New Issue
Block a user