mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Fixed sql.
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user