@famgia/omnify-laravel 2.0.18 → 2.0.19

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.
@@ -1232,7 +1232,10 @@ function generateMigrations(schemas, options = {}) {
1232
1232
  ...options,
1233
1233
  timestamp: offsetTimestamp
1234
1234
  });
1235
- migrations.push(migration);
1235
+ migrations.push({
1236
+ ...migration,
1237
+ schemaName: schema.name
1238
+ });
1236
1239
  }
1237
1240
  }
1238
1241
  return migrations;
@@ -5256,4 +5259,4 @@ export {
5256
5259
  getFactoryPath,
5257
5260
  laravelPlugin
5258
5261
  };
5259
- //# sourceMappingURL=chunk-V6YX2R6I.js.map
5262
+ //# sourceMappingURL=chunk-U3NDJ6S6.js.map