Files
planka/server
Daniel Hiller 3edce1cc04 fix: Date the webhook scope migration after the one before it
The file came in named 20260502000000, which sorts ahead of the TOTP attempt
limit from August. Knex records migrations in the order it runs them, so the
last row in the table is not the same on every instance: a fresh install runs
both in name order and ends on the August one, while an instance that already
had it runs only this one and ends here.

Pro reads that last row to recognise which Community version it is upgrading
from, and it can only carry one name per version. Renaming to a timestamp
after the August migration makes the last row the same everywhere.

The rename is safe while this is only a few commits old on master and in no
tag. Anyone who pulled in that window and already ran it would see knex offer
it a second time.
2026-09-17 02:38:56 +02:00
..
2026-08-07 16:17:24 +02:00
2019-08-31 04:07:25 +05:00
2019-10-14 21:50:52 +05:00
2025-05-10 02:09:06 +02:00
2026-02-04 12:53:15 +01:00
2025-05-10 02:09:06 +02:00
2026-08-07 19:15:43 +02:00
2025-05-10 02:09:06 +02:00
2026-08-10 18:28:48 +02:00