mirror of
https://github.com/fspc/ybdb.git
synced 2025-02-28 18:43:23 -05:00
Adds another default value for volunteer shops.
This commit is contained in:
parent
ea0943ad0b
commit
2826f042f8
@ -17,7 +17,8 @@ INSERT INTO shop_types (shop_type_id, list_order) VALUES
|
|||||||
("Bike Education", 4),
|
("Bike Education", 4),
|
||||||
("Volunteer Only", 2),
|
("Volunteer Only", 2),
|
||||||
("Meeting", 3 ),
|
("Meeting", 3 ),
|
||||||
("Mechanic Operation Shop", 5);
|
("Mechanic Operation Shop", 5),
|
||||||
|
("Volunteer Run Shop", 6);
|
||||||
|
|
||||||
-- 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