examzone.ch
Rails 8 seems to load the schema if you run db:migrate on an empty DB instead of running the migrations. I'd consider it a bug (db:migrate is, according to the docs, supposed to run the missing migrations and dump the schema), but the issue doesn't get much attention
Rails 8 seems to load the schema if you run db:migrate on an empty DB instead of running the migrations. I'd consider it a bug (db:migrate is, according to the docs, supposed to run the missing migrations and dump the schema), but the issue doesn't get much attention
TLDR: db:migrate does load the schema if the database is empty. I'm very unhappy with that...
TLDR: db:migrate does load the schema if the database is empty. I'm very unhappy with that...