Hi, I used planetscale and i want to migrate my prisma schema. I run: npx prisma migrate dev --name init
and get this error: Error: ERROR: database "prisma_migrate_shadow_db_f80958ed-a077-4d99-9a2c-6cc057607c5a" is being accessed by other users DETAIL: There is 1 other session using the database. 0: schema_core::state::DevDiagnostic at schema-engine\core\src\state.rs:270
On the Databases tab on Neon i see my main db and the db: prisma_migrate_shadow_db_fc62600b-cf21-4c96-af24-9493109b8a8b
I just want to migrate my scheama lol Help will be much appriciated