diff --git a/packages/strapi-connector-bookshelf/lib/buildDatabaseSchema.js b/packages/strapi-connector-bookshelf/lib/buildDatabaseSchema.js index 63ab53cfe7..a6ff47a169 100644 --- a/packages/strapi-connector-bookshelf/lib/buildDatabaseSchema.js +++ b/packages/strapi-connector-bookshelf/lib/buildDatabaseSchema.js @@ -69,7 +69,6 @@ module.exports = async ({ ? table.jsonb(name) : table.text(name, 'longtext'); case 'enumeration': - return table.enu(name, attribute.enum || []); case 'string': case 'password': case 'email':