Skip to content

Commit

Permalink
chore: rename migrations (#273)
Browse files Browse the repository at this point in the history
* fix(migrations): change name to 1.2.0-alpha.1
were accidentally wrongly named 2.0.0-alpha.1 in course of #257

* build(1.2.0-alpha.2): rename migrations
  • Loading branch information
evegufy authored Oct 14, 2024
1 parent 75bbca7 commit 62bd050
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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

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 @@ -26,7 +26,7 @@
namespace Org.Eclipse.TractusX.SsiCredentialIssuer.Migrations.Migrations
{
/// <inheritdoc />
public partial class _209AddRetrigger : Migration
public partial class _120alpha2 : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
Expand Down

0 comments on commit 62bd050

Please sign in to comment.