From 2826f042f8444daf09fddcaa7cb477786653b526 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sat, 20 Dec 2014 06:12:57 +0000 Subject: [PATCH] Adds another default value for volunteer shops. --- populate.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/populate.sql b/populate.sql index 4a469d4..a3198c3 100644 --- a/populate.sql +++ b/populate.sql @@ -17,7 +17,8 @@ INSERT INTO shop_types (shop_type_id, list_order) VALUES ("Bike Education", 4), ("Volunteer Only", 2), ("Meeting", 3 ), - ("Mechanic Operation Shop", 5); + ("Mechanic Operation Shop", 5), + ("Volunteer Run Shop", 6); -- Add shop user roles to shop_user_roles -- sales == 1 if you want a role to be able to do sales