a13xh7 / QaraTMS

QaraTMS is open source test case, test suites, test plans and test runs management tool.
MIT License
62 stars 19 forks source link

Bug: Permission related columns not limited to 125 characters #48

Open ENG3PLabs opened 2 weeks ago

ENG3PLabs commented 2 weeks ago

Since MySQL 8 is supported, the length of some of the fields in the permissions related table should be limited to 125 characters.

Since the values currently come from use, I don't think that this is a big issue though.

Could be fixed in #49.