@famgia/omnify-laravel 2.0.18 → 2.0.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/{chunk-V6YX2R6I.js → chunk-U3NDJ6S6.js} +5 -2
- package/dist/chunk-U3NDJ6S6.js.map +1 -0
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/dist/plugin.cjs +4 -1
- package/dist/plugin.cjs.map +1 -1
- package/dist/plugin.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-V6YX2R6I.js.map +0 -1
|
@@ -1232,7 +1232,10 @@ function generateMigrations(schemas, options = {}) {
|
|
|
1232
1232
|
...options,
|
|
1233
1233
|
timestamp: offsetTimestamp
|
|
1234
1234
|
});
|
|
1235
|
-
migrations.push(
|
|
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-
|
|
5262
|
+
//# sourceMappingURL=chunk-U3NDJ6S6.js.map
|