Top Level Namespace

Includes:
PgMigrate

Defined Under Namespace

Modules: PgMigrate

Constant Summary collapse

MANIFEST_FILENAME =

name of the manifest file

'manifest'
UP_DIRNAME =

name of the ‘forward’ migration folder

'up'
DOWN_DIRNAME =

name of the ‘backwards’ migration folder

'down'
TESTDIRNAME =

name of the ‘test’ migration folder

'test'
BOOTSTRAP_FILENAME =

name of the bootstrap.sql file

"bootstrap.sql"
BUILDER_VERSION_HEADER =

built manifest version header

"# pg_migrate-"
PG_CONFIG =

name of project configuration defaults

'.pg_migrate'
PG_MIGRATE_TABLE =

SQL CONSTANTS ###

"pg_migrate"
PG_MIGRATIONS_TABLE =
"pg_migrations"

Constants included from PgMigrate

PgMigrate::VERSION