#2228 added a created_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 the created_by field not nullable and default to the first-created user instead, otherwise it just very odd design for the data model.
#2228 added a
created_byfield 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_byfield not nullable and default to the first-created user instead, otherwise it just very odd design for the data model.