From 6cbd421370e3582a5a7bd69d15cebf684b2aff72 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Mon, 18 Nov 2024 06:50:35 +0100 Subject: [PATCH] Migration msg number changed because it's not supposed to stay. --- src/requests/migration.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requests/migration.cr b/src/requests/migration.cr index 98db8d8..6722696 100644 --- a/src/requests/migration.cr +++ b/src/requests/migration.cr @@ -1,6 +1,6 @@ class AuthD::Request # Migration involves users with a broken password hash algorithm. - IPC::JSON.message MigrateUser, 16 do + IPC::JSON.message MigrateUser, 249 do property login : String property password_hash_brkn : String # Old, broken algorithm. Will be changed on first authentication. property admin : Bool = false