v2.7更新

This commit is contained in:
2026-05-29 21:50:06 +08:00
parent 5805b11834
commit a30dfadf74
8 changed files with 22 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ $UPGRADE_VERSIONS = [
'2.5' => __DIR__ . '/sql/upgrades/v2.5.sql',
'2.5.1' => __DIR__ . '/sql/upgrades/v2.5.1.sql',
'2.6' => __DIR__ . '/sql/upgrades/v2.6.sql',
'2.7' => __DIR__ . '/sql/upgrades/v2.7.sql',
];
/**