I have two workers that bind into the same D1 database: ``` ... [[d1_databases]] binding = "FIRESTOR

I have two workers that bind into the same D1 database:
...
[[d1_databases]]
binding = "FIRESTORM_DB"
database_name = "firestorm-db"
database_id = "c020574a-5623-407b-be0c-cd192bab9545"
migrations_dir = "../d1/migrations"


I have set the database id to be the same for both. However, when I run this locally for testing and start up one worker and have it add data to the db the other worker has no recollection of it. Is there a fix anyone knows about?
Was this page helpful?