Merge branch 'atomic-note-count-updates' into 'develop'
[akkoma] / priv / repo / migrations / 20181201104428_add_uuid_extension.exs
1 defmodule Pleroma.Repo.Migrations.AddUUIDExtension do
2 use Ecto.Migration
3
4 def change do
5 execute("create extension if not exists \"uuid-ossp\"")
6 end
7 end