You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.