fix: spdx license header

This commit is contained in:
anatawa12 2025-05-01 11:47:05 +09:00
parent c37c4fb51b
commit a577b70302
No known key found for this signature in database
GPG Key ID: 9CA909848B8E4EA6
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
export function isConcurrentIndexMigrationEnabled() { export function isConcurrentIndexMigrationEnabled() {
return process.env.MISSKEY_MIGRATION_CREATE_INDEX_CONCURRENTLY === '1'; return process.env.MISSKEY_MIGRATION_CREATE_INDEX_CONCURRENTLY === '1';