Advent of Code days 6 and 7 with some binary pattern matching fun ThinkingElixir 128: Speedy like a Bandit

TIL: Only one server will run your migrations

Ecto uses SHARE UPDATE EXCLUSIVE lock to ensure that only one instance is running a migration at a time and only once. Internally stored version and inserted at allows you to modify and improve created files.

More on: https://bartoszgorka.com/ecto-migration-executed-once