serveit-ca / curastreamPlugin

Curastream
https://www.curastream.com
0 stars 0 forks source link

create a way to assign an program to a user without it showing up in the app. #15

Closed serveit-ca closed 6 years ago

serveit-ca commented 6 years ago

Lets add a column to this table which is tempUserID. Update this on staging and Production and send nathan the script so he can update his side as well.

We then need to update the functions in program.php with the following:

SideonDeaka commented 6 years ago

set sql_mode =0; alter table dev_cura_programs add tempUserId int(11);

SideonDeaka commented 6 years ago

Web Development - create a way to assign an program to a user without it showing up in the app

SideonDeaka commented 6 years ago

Pushed to Custom2, will merge with other issues.