Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol committed Mar 21, 2023
1 parent b3e8408 commit 3aac5fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defmodule Plausible.IngestRepo.Migrations.CreateV2Schemas do
@moduledoc """
Normally, for live environments the migration will be done via
DataMigration.NumericIDs module (TBD). In which case PASS_V2_SCHEMA_MIGRATION
environment vatiable needs to be set, to only make the standard migrate
`DataMigration.NumericIDs` module (TBD). In which case PASS_V2_SCHEMA_MIGRATION
environment variable needs to be set, to only make the standard migrate
command write an entry into schema_migrations.
For tests, and entirely new small, self-hosted instances however,
Expand Down

0 comments on commit 3aac5fe

Please sign in to comment.