chore(migration): delete unused stub session_file

This commit is contained in:
Gregor Kleen 2020-05-06 15:03:40 +02:00
parent 7d3e9a3de3
commit 04db1b5a45

View File

@ -658,7 +658,10 @@ customMigrations = Map.fromListWith (>>)
ensureParticipant _ = return ()
runConduit $ getAuditLog .| C.mapM_ ensureParticipant
)
, ( AppliedMigrationKey [migrationVersion|36.0.0|] [version|37.0.0|]
, whenM (tableExists "session_file") $
tableDropEmpty "session_file"
)
]