chore: remove migration 319 (#36300)
parent
542971fa9e
commit
d7bfba3762
@ -1,9 +0,0 @@ |
||||
import { upsertPermissions } from '../../../app/authorization/server/functions/upsertPermissions'; |
||||
import { addMigration } from '../../lib/migrations'; |
||||
|
||||
addMigration({ |
||||
version: 319, |
||||
async up() { |
||||
await upsertPermissions(); |
||||
}, |
||||
}); |
||||
Loading…
Reference in new issue