Skip to content

Commit

Permalink
Merge pull request #666 from MasoniteFramework/fix/717
Browse files Browse the repository at this point in the history
fixed migration publishing
  • Loading branch information
josephmancuso authored Jun 10, 2022
2 parents 153390f + 635acf9 commit b582281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masonite/packages/providers/PackageProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def migrations(self, *migrations):
self.package.add_publishable_resource(
"migrations",
migration,
migrations_path(f"{timestamp}_{index + 1}_{basename(migration)}"),
migrations_path(f"{timestamp}{index + 1}_{basename(migration)}"),
)
return self

Expand Down

0 comments on commit b582281

Please sign in to comment.