Skip to content

Commit

Permalink
Migration: add installation meta (plausible#4486)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol authored Aug 29, 2024
1 parent b73bdf9 commit 0513639
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defmodule Plausible.Repo.Migrations.AddSiteInstallationConfig do
use Ecto.Migration

def change do
alter table(:sites) do
add :installation_meta, :map
end
end
end

0 comments on commit 0513639

Please sign in to comment.