- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
#2228 added acreated_by
field to the Templates table to track the user that created the template. This field was kept nullable since it was not clear how to populate the field in existing records.@kylecarbs suggested that we make thecreated_by
field not nullable and default to the first-created user instead, otherwise it just very odd design for the data model.