FollettSchoolSolutions / perfmon4j-reports

Framework to query and report against perfmon4j datasources.
3 stars 0 forks source link

DB upgrade for SSO. #60

Closed Andrewsh86 closed 9 years ago

Andrewsh86 commented 9 years ago

Create a User Table that stores the user's name, github id, and indexes on the github id. Add a field to the charts table (and dashboard if it has been implemented) that corresponds to a user. Make this field nullable and existing charts should have null for this field. Fields with null users are viewable by all users.

pizzaboy314 commented 9 years ago

@Rayfucious @ddeuchert I believe this solution to this is to wipe the live DB when we actually deploy to live. I think removing the MySQL cartridge in OpenShift and readding it will accomplish this.

pizzaboy314 commented 9 years ago

yeah, we're just going to wipe it.