I am trying to install latest solid queue into a project I'm working on, but when I run rails db:migrate then it clears out the queue_schema.rb file. I can load the schema with rails db:prepare, however I do have to run migrations in my primary database, but it always clears out the queue schema. Is there a migration file or multiple migration files for solid queue anymore?