We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff29d4f commit 1005ef0Copy full SHA for 1005ef0
server/startup/migrations/v232.ts
@@ -9,7 +9,7 @@ Migrations.add({
9
version: 232,
10
up() {
11
const query = {
12
- _id: { $in: [/^Accounts_OAuth_Custom-?([^-_]+)$/, 'Accounts_OAuth_GitHub_Enterprise'] },
+ _id: { $in: [/^Accounts_OAuth_Custom-?([^-_]+)$/] },
13
value: true,
14
};
15
0 commit comments