chore: remove migration 319 (#36300)

pull/35712/merge
Guilherme Gazzo 7 months ago committed by GitHub
parent 542971fa9e
commit d7bfba3762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      apps/meteor/server/startup/migrations/index.ts
  2. 9
      apps/meteor/server/startup/migrations/v319.ts

@ -24,6 +24,5 @@ import './v315';
import './v316';
import './v317';
import './v318';
import './v319';
export * from './xrun';

@ -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…
Cancel
Save