Maqboolwww.maqbool.net·Sep 9, 2023Create a sorted Index in Ectodefmodule MyApp.Repo.Migrations.AddMessagesInsertedAtIndex do use Ecto.Migration @disable_ddl_transaction true @disable_migration_lock true def change do create index("messages", ["inserted_at DESC"], concurrently: true) end end if y...88 readsToday I learned ectoAdd a thoughtful commentNo comments yetBe the first to start the conversation.