pub async fn set_enabled( conn: &mut PgConnection, id: Uuid, enabled: bool, ) -> ModelResult<CodeGiveaway>