Current section
Files
Jump to
Current section
Files
priv/test_repo/migrations/20180125154813_create_extension_ltree.exs
defmodule EctoLtree.TestRepo.Migrations.CreateExtensionLtree do
use Ecto.Migration
def change do
execute("CREATE EXTENSION ltree",
"DROP EXTENSION ltree")
end
end