Change formula column type to text
edition grade formula and module grade formula are varchar(255), should be text. This should be done in a proper migration, because otherwise submit does not pass hibernate validation as the column types are mismatched.