Migration of db from 1.29.1 to 1.30.1

Hi i’m trying to put the new version to my pass stack.
It cannot run i ve got :
[2024-01-26 09:09:33.062][panic][ERROR] thread ‘main’ panicked at ‘Error running migrations: QueryError(DieselMigrationName { name: “2023-06-17-200424_create_auth_requests_table”, version: MigrationVersion(“20230617200424”) }, DatabaseError(Unknown, “Can’t create table passwardentest.auth_requests (errno: 150 "Foreign key constraint is incorrectly formed")”))’: src/db/mod.rs:473

0: vaultwarden::init_logging::{{closure}}

1: std::panicking::rust_panic_with_hook

2: std::panicking::begin_panic_handler::{{closure}}

3: std::sys_common::backtrace::__rust_end_short_backtrace

4: rust_begin_unwind

5: core::panicking::panic_fmt

6: core::result::unwrap_failed

7: vaultwarden::db::mysql_migrations::run_migrations

8: vaultwarden::db::DbPool::from_config

9: vaultwarden::main::{{closure}}

10: vaultwarden::main

11: std::sys_common::backtrace::__rust_begin_short_backtrace

12: std::rt::lang_start::{{closure}}

13: std::rt::lang_start_internal

14: main

My db is a maria db (5.5.5-10.3.32)

Do you have some clues to help me???

See: Using the MariaDB (MySQL) Backend · dani-garcia/vaultwarden Wiki · GitHub