NAME
DBIx::Class::Migration::Script::Help::install_version_storage - Add missing meta data table
SYNOPSIS
dbic-migration install_version_storage --user myapp \
--password $secret \
--dsn='DBI:SQLite:myapp.db'
DESCRIPTION
If the targeted (connected) database does not have the versioning tables installed, this will install them. The version is set to whatever your schema
version currently is.
OPTIONS
This command accepts the following options. You may learn more about each option by typing dbic-migration help OPTION
. The following is a summary.
user
Aliases: U
password
Aliases: P
dsn
Connection information to an already created and running instance of a database. If you don't specify this, we will assume you want a developer level sandbox ( See "sandbox_class" in DBIx::Class::Migration::Script).
SEE ALSO
DBIx::Class::Migration, DBIx::Class::Migration::Script, DBIx::Class::Migration::Features, DBIx::Class::Migration::Tutorial
AUTHOR
See DBIx::Class::Migration for author information
COPYRIGHT & LICENSE
See DBIx::Class::Migration for copyright and license information