Skip to content

Commit

Permalink
Try changing name
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Sep 9, 2024
1 parent 53c91a4 commit 9958c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/sqlite/migrations/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
_202409061720_operatorShareChanges "github.com/Layr-Labs/go-sidecar/internal/sqlite/migrations/202409061720_operatorShareChanges"
_202409062151_stakerDelegations "github.com/Layr-Labs/go-sidecar/internal/sqlite/migrations/202409062151_stakerDelegations"
_202409080918_staterootTable "github.com/Layr-Labs/go-sidecar/internal/sqlite/migrations/202409080918_staterootTable"
_202409082234_stakerShares "github.com/Layr-Labs/go-sidecar/internal/sqlite/migrations/202409082234_stakerShares"
_202409082234_stakerShare "github.com/Layr-Labs/go-sidecar/internal/sqlite/migrations/202409082234_stakerShare"
"go.uber.org/zap"
"gorm.io/gorm"
"time"
Expand Down Expand Up @@ -44,7 +44,7 @@ func (m *SqliteMigrator) MigrateAll() error {
&_202409061720_operatorShareChanges.SqliteMigration{},
&_202409062151_stakerDelegations.SqliteMigration{},
&_202409080918_staterootTable.SqliteMigration{},
&_202409082234_stakerShares.SqliteMigration{},
&_202409082234_stakerShare.SqliteMigration{},
}

m.Logger.Sugar().Info("Running migrations")
Expand Down

0 comments on commit 9958c27

Please sign in to comment.