chore(migration): delete unused stub session_file
This commit is contained in:
parent
7d3e9a3de3
commit
04db1b5a45
@ -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"
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user