1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-04 09:33:24 -04:00

Fixed sql.

This commit is contained in:
Jonathan Rosenbaum 2014-12-31 07:34:10 +00:00
parent d41f647211
commit 3dc17d58dd
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ define("TIMEZONE", "America/New_York");
*/ */
define("NONSHOP",0); define("NONSHOP",0);
// How many transactions to you want shown // How many transactions do you want shown
define("NUMBER_OF_TRANSACTIONS", 50); define("NUMBER_OF_TRANSACTIONS", 50);
//constants //constants

View File

@ -39,7 +39,7 @@ INSERT INTO shop_user_roles (
("Personal",0,0,0,0), ("Personal",0,0,0,0),
("Volunteer",0,1,0,0), ("Volunteer",0,1,0,0),
("Greeter",0,0,1,0), ("Greeter",0,0,1,0),
("Staff",0,0,1,1) ("Staff",0,0,1,1),
("Student Volunteer",0,0,0,0); ("Student Volunteer",0,0,0,0);
-- Add some projects to projects -- Add some projects to projects