Documentation
¶
Overview ¶
Package migrate applies ragit's schema migrations.
It exists as its own package so that both the public entry point (ragit.Migrate) and the test harness can use it without the test harness having to import the root package it is used to test.
Index ¶
Constants ¶
View Source
const TableName = "ragit_migrations"
TableName is ragit's own schema-version table. It is deliberately not goose's default goose_db_version: a host application running its own goose sequence over its own tables must be able to upgrade ragit independently, without the two lines colliding on a version number. Same reasoning behind River's separate river_migration table.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.