Remove migration

This commit is contained in:
Uku Taht 2024-11-13 00:28:12 +02:00
parent 5cae13a090
commit da0b9403e4

View File

@ -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