You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: mysql -u root -proot sl <SLCore/slcore-schema.sql
81
-
- name: Install RegionMonitoring schema
82
-
run: mysql -u root -proot sl <RegionMonitoring/regionmonitoring-schema.sql
83
-
- name: Install Billing schema
84
-
run: mysql -u root -proot sl <Billing/billing-schema.sql
85
-
- name: Install GPHUD schema
86
-
run: mysql -u root -proot gphud <GPHUD/gphud-schema.sql
87
-
- name: Install skeleton user records
88
-
run: mysql -u root -proot -e "use sl;insert into users(id,username,avatarkey,developerkey,superadmin,lastactive) values(1,'Iain Maltz','8dc52677-bea8-4fc3-b69b-21c5e2224306','This isnt a real developer key tee hee',1,0); insert into users(id,username,avatarkey,lastactive) values(2,'Kate Burner','5ca5d32d-f2c5-43ed-9f9c-226d1bb404f3',0);"
0 commit comments