* Convert var to const

This commit is contained in:
Kreuvf
2025-04-11 08:46:10 +02:00
parent 239fc69e2c
commit d7865ecf46
+1 -1
View File
@@ -2,7 +2,7 @@
/*
this list has to be always ordered ascending in order to apply the migration steps in the correct order
*/
var versionsWithMigrations = [
const versionsWithMigrations = [
20190427,
20200809,
20210413,