UNL-CSE-AMBASSADORS / VITA

An appointment scheduling and management web application for Lincoln VITA.
https://vita.unl.edu/
2 stars 0 forks source link

Remove DoesMultilingual flag from Site table / Site Management #350

Closed MatthewMeacham closed 4 years ago

MatthewMeacham commented 4 years ago

This flag was completely unused--translators are always made available at any site, so this functionality doesn't really make sense.

PROD DB Evolution

The following script will need to be run on the PROD DB after these changes are deployed:

ALTER TABLE Site
    DROP COLUMN doesMultilingual;