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
Read next ThinkingElixir 128: Speedy like a Bandit