Skip to content

Commit

Permalink
Merge branch 'master' into update-postgrex-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkk authored Aug 30, 2024
2 parents 895a1e5 + 0513639 commit 95a935c
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 95a935c

Please sign in to comment.