mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 02:27:57 +03:00
Remove migration
This commit is contained in:
parent
5cae13a090
commit
da0b9403e4
@ -1,9 +0,0 @@
|
||||
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