defmodule Medicode.Repo.Migrations.EnablePgvector do | |
use Ecto.Migration | |
def change do | |
execute("CREATE EXTENSION IF NOT EXISTS vector", "DROP EXTENSION vector") | |
end | |
end | |
defmodule Medicode.Repo.Migrations.EnablePgvector do | |
use Ecto.Migration | |
def change do | |
execute("CREATE EXTENSION IF NOT EXISTS vector", "DROP EXTENSION vector") | |
end | |
end | |