parent
81fe57d82b
commit
7958a46c5c
|
|
@ -0,0 +1,9 @@
|
|||
defmodule Plausible.IngestRepo.Migrations.AddChannelToImportedSource do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:imported_sources) do
|
||||
add :channel, :"LowCardinality(String)"
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue