mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 03:04:43 +03:00
Add legacy
flag column to site_imports
schema (#3842)
This commit is contained in:
parent
0fe5682f91
commit
fdbe4cc0a4
@ -0,0 +1,9 @@
|
||||
defmodule Plausible.Repo.Migrations.AddLegacyFlagToSiteImports do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:site_imports) do
|
||||
add :legacy, :boolean, null: false, default: true
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user