Skip to content

Commit 2cdf0b8

Browse files
committed
Don't run migrations on Compass versions that are EOL
1 parent 7292178 commit 2cdf0b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/app/migrations/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ module.exports = function(done) {
6060
return done();
6161
}
6262
const migrations = {
63-
'1.1.2': require('./1.1.2'),
64-
'1.2.0': require('./1.2.0'),
65-
'1.3.0-beta.0': require('./1.3.0-beta.0'),
66-
'1.3.0-beta.1': require('./1.3.0-beta.1'),
67-
'1.3.0-beta.3': require('./1.3.0-beta.3'),
68-
'1.5.0-beta.5': require('./1.5.0-beta.5'),
6963
'1.20.0-beta.0': require('./1.20.0-beta.0')
7064
};
7165
const migrate = require('app-migrations')(migrations);

0 commit comments

Comments
 (0)