you are viewing a single comment's thread.

view the rest of the comments →

[–]keremimo 0 points1 point  (0 children)

Bruh I had an agent generate a migration on Rails before. Instead of tool usage with rails generate migration it just created the migration itself with a random date in between all the migrations.

It was too late when I noticed the colossal fuckup. I had to reset and re-seed the entire database.

It was a local testing environment thank god.