File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
cardano-db-sync/src/Cardano Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ import Cardano.DbSync.Rollback (unsafeRollback)
51
51
import Cardano.DbSync.Sync (runSyncNodeClient )
52
52
import Cardano.DbSync.Tracing.ToObjectOrphans ()
53
53
import Cardano.DbSync.Types
54
- import Cardano.DbSync.Util.Constraint (addRewardConstraintsIfNotExist )
55
54
import Cardano.Prelude hiding (Nat , (%) )
56
55
import Cardano.Slotting.Slot (EpochNo (.. ))
57
56
import Control.Concurrent.Async
@@ -180,7 +179,6 @@ runSyncNode metricsSetters trce iomgr dbConnString ranMigrations runMigrationFnc
180
179
syncNodeParams
181
180
ranMigrations
182
181
runMigrationFnc
183
- liftIO $ runReaderT (addRewardConstraintsIfNotExist syncEnv trce) (envBackend syncEnv)
184
182
liftIO $ runExtraMigrationsMaybe syncEnv
185
183
unless (enpShouldUseLedger syncNodeParams) $ liftIO $ do
186
184
logInfo trce " Migrating to a no ledger schema"
You can’t perform that action at this time.
0 commit comments