Skip to content

Commit

Permalink
Merge pull request #11 from mirego/update-readme-migration
Browse files Browse the repository at this point in the history
Update MyApp.Repo.Migrations.AddTelemetryUIEventsTable in README
  • Loading branch information
simonprev authored Oct 5, 2023
2 parents 20749f6 + caf3400 commit 3e37dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e37dc9

Please sign in to comment.