mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 01:22:15 +03:00
Add label
column to site_imports
schema (#3926)
This commit is contained in:
parent
fb61f0b425
commit
52c226c428
@ -0,0 +1,9 @@
|
||||
defmodule Plausible.Repo.Migrations.AddLabelToSiteImports do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:site_imports) do
|
||||
add :label, :string
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user