Skip to content

Commit 1005ef0

Browse files
committed
fix GE
1 parent ff29d4f commit 1005ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/startup/migrations/v232.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Migrations.add({
99
version: 232,
1010
up() {
1111
const query = {
12-
_id: { $in: [/^Accounts_OAuth_Custom-?([^-_]+)$/, 'Accounts_OAuth_GitHub_Enterprise'] },
12+
_id: { $in: [/^Accounts_OAuth_Custom-?([^-_]+)$/] },
1313
value: true,
1414
};
1515

0 commit comments

Comments
 (0)