Update migration file to v2.33.0

This commit is contained in:
advplyr 2026-03-12 16:45:08 -05:00
parent eb0383d37a
commit a47c869d0b

View file

@ -7,7 +7,7 @@
* @property {MigrationContext} context
*/
const migrationVersion = '2.32.2'
const migrationVersion = '2.33.0'
const migrationName = `${migrationVersion}-add-discover-query-indexes`
const loggerPrefix = `[${migrationVersion} migration]`