unikent / programmes-plant

A comprehensive solution for the management of university programmes, that produces an XCRI feed.
Other
7 stars 4 forks source link

Increase length of ug_student and pg_student in usersys_users #975

Closed sy238-unikent closed 4 years ago

sy238-unikent commented 5 years ago

These fields store a comma separated list of programme ids that the user can edit.

The existing length (256) was not always long enough so have increased to 10,000.

To use:

php artisan migrate

or on development:

php artisan migrate --env=local

samyapp commented 4 years ago

have fixed this in #976 , closing this one.