Conversation
Notices
-
Embed this notice
feld (feld@friedcheese.us)'s status on Friday, 17-Jan-2025 07:00:03 JST feld guys, this website's code I'm tinkering with makes like a billion dollars a day and their database migrations aren't tested properly. They fail sometimes due to weird errors and whatever PHP framework this is doesn't run the migrations in transactions so if any SQL fails during the migration it leaves the transaction half applied so you have to rip it out manually and try again
can we just rewrite this shit in Elixir already?