const createDefaultActionTypes = () => Promise.all(
    defaultTypes.map(type => sequelize.models.ActionType.create({ action: type }))
  );