From caf3400b4bd5cee742de8d12f0ac514439f42655 Mon Sep 17 00:00:00 2001 From: romaric Date: Wed, 4 Oct 2023 16:23:25 -0400 Subject: [PATCH] Update MyApp.Repo.Migrations.AddTelemetryUIEventsTable in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 076a292..6274525 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ Open the generated migration in your editor and call the up and down functions o defmodule MyApp.Repo.Migrations.AddTelemetryUIEventsTable do use Ecto.Migration + @disable_migration_lock true + @disable_ddl_transaction true + def up do TelemetryUI.Backend.EctoPostgres.Migrations.up() end