mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 18:52:38 +03:00
parent
f678cfab25
commit
a730763838
@ -0,0 +1,9 @@
|
||||
defmodule Plausible.ClickhouseRepo.Migrations.AddCityNameToImportedLocations do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:imported_locations) do
|
||||
add :city_name, :string
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user