Skip to content

Commit

Permalink
fix(migrations): change name to 1.2.0-alpha.1
Browse files Browse the repository at this point in the history
were accidentally wrongly named 2.0.0-alpha.1 in course of #257
  • Loading branch information
evegufy committed Oct 10, 2024
1 parent e466fa3 commit 5cb99c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
namespace Org.Eclipse.TractusX.SsiCredentialIssuer.Migrations.Migrations
{
/// <inheritdoc />
public partial class _200alpha1 : Migration
public partial class _120alpha1 : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
Expand Down

0 comments on commit 5cb99c3

Please sign in to comment.