rake-db 2.20.18 → 2.20.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -472,7 +472,7 @@ const createTable = async (migration, up, tableName, first, second, third) => {
472
472
  void 0,
473
473
  {
474
474
  noPrimaryKey: options.noPrimaryKey ? "ignore" : void 0,
475
- snakeCase: options.snakeCase
475
+ snakeCase
476
476
  }
477
477
  );
478
478
  }