This message was deleted.
# general
m
This message was deleted.
s
when you run
hydra migrate sql
it should give you a current status before running any migrations, can you copy the output of that?
r
If you don’t see a command prompt, try pressing enter. Do you wish to execute this migration plan? [y/n]: y Successfully applied migrations!
s
hm ok weird... so it correctly sees there that migrations are applied
can you run
Copy code
select * from schema_migration
on the database?
maybe to reduce the output
Copy code
select * from schema_migration where version like '201901%'
💯 1