HexdocsMcp.Migrations (HexDocs MCP v0.2.0-rc.0)

View Source

Shared migrations that can be used in regular migrations and tests.

This provides a consistent way to create database structure both during regular migrations and in test environments.

Summary

Functions

Creates the embeddings table.

Drops the embeddings table.

Functions

create_embeddings_table(opts \\ [])

Creates the embeddings table.

Options

  • :prefix - The prefix to run the migrations in

drop_embeddings_table(opts \\ [])

Drops the embeddings table.

Options

  • :prefix - The prefix to run the migrations in