mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-04-03 17:13:23 -04:00
Fixed sql.
This commit is contained in:
parent
d41f647211
commit
3dc17d58dd
@ -39,7 +39,7 @@ define("TIMEZONE", "America/New_York");
|
||||
*/
|
||||
define("NONSHOP",0);
|
||||
|
||||
// How many transactions to you want shown
|
||||
// How many transactions do you want shown
|
||||
define("NUMBER_OF_TRANSACTIONS", 50);
|
||||
|
||||
//constants
|
||||
|
@ -39,7 +39,7 @@ INSERT INTO shop_user_roles (
|
||||
("Personal",0,0,0,0),
|
||||
("Volunteer",0,1,0,0),
|
||||
("Greeter",0,0,1,0),
|
||||
("Staff",0,0,1,1)
|
||||
("Staff",0,0,1,1),
|
||||
("Student Volunteer",0,0,0,0);
|
||||
|
||||
-- Add some projects to projects
|
||||
|
Loading…
x
Reference in New Issue
Block a user