mirror of
https://github.com/plausible/analytics.git
synced 2024-11-25 07:06:11 +03:00
Imported channel migration (#4815)
This commit is contained in:
parent
daa42cbc9d
commit
0bbdbc9f42
@ -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
Block a user