Skip to content

Commit

Permalink
import migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh committed Jan 10, 2025
1 parent 9af2774 commit 0c68ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/meteor/server/startup/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ import './v315';
import './v316';
import './v317';
import './v318';
import './v319';

export * from './xrun';
2 changes: 1 addition & 1 deletion apps/meteor/server/startup/migrations/v319.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const maxAgeSettingMap = new Map([
]);

addMigration({
version: 318,
version: 319,
name: 'Move retention policy settings',
async up() {
const convertDaysToMs = (days: number) => days * 24 * 60 * 60 * 1000;
Expand Down

0 comments on commit 0c68ba6

Please sign in to comment.