sugarcrm-developers / school

Professor M's School for Gifted Coders
Apache License 2.0
20 stars 19 forks source link

Fixes #81 #82

Closed lschaefer-sugarcrm closed 6 years ago

lschaefer-sugarcrm commented 6 years ago

Changing the max_size of Contactsflowers_sent_c to NULL fixes the invalid identifier error.

Oracle only allows up to 30 characters for identifiers. I've renamed the identifiers that were too long in to fix the errors in Student, Applicant, and Super Group records.

I've manually opened records in each of the modules to ensure they load successfully now. I've also verified that the Postman tests pass.