unee-t / bz-database

Scripts and schema for the bz database so we can build the BZ FE
GNU Affero General Public License v3.0
0 stars 2 forks source link

Speed up unit creation #136

Open franck-boullier opened 5 years ago

franck-boullier commented 5 years ago

This removes unnecessary indexes in the dedup tables.

franck-boullier commented 5 years ago

Implemented and tested in the DEV/Staging. No issues.

franck-boullier commented 5 years ago

Implemented in the DEMO. No errors.

To do: after https://github.com/unee-t/frontend/releases/tag/beta-2019-06-12 is successfully deployed: 1- mass de-assign a user from many units. 2- mass re-assign a user to many units 3- check that user can still access the cases for these unit.

4- Run the automated UIlicious tests

If no error, then we can roll out in the PROD environment.

franck-boullier commented 5 years ago

Implemented in the PROD environment. No errors. To Do: