const existingIntegration = await knex('integrations').select('id').where({
        slug: integration.slug
    }).first();