Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We currently have a boolean in the profiles for "is_embedded". We should change that to an int for embedded depth where 0 = (is_embedded is false).
I haven't heard of anyone in the world actually using the backend db. Should we make the breaking change and swap out is_embedded (boolean) for embedded_depth(int)? Or should I just add another column?