Active
Project:
Case Tracker
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
12 Sep 2011 at 21:49 UTC
Updated:
9 Jan 2019 at 23:51 UTC
We wrote a little module to provide different states/types for each organic group, but ran into a problem where since we were throwing all these custom states into the casetracker_case_states, we hit a ceiling at 127 where we could add no more states.
I don't think there's a case to keep the primary key on this table so small. Could we bump it up to an INT of 11 like most other things in the Drupal world?