
DBIx::Class::Migration::Script::Help::install_version_storage - Add missing meta data table

dbic-migration install_version_storage --user myapp \
--password $secret \
--dsn='DBI:SQLite:myapp.db'

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.

This command accepts the following options. You may learn more about each option by typing dbic-migration help OPTION. The following is a summary.
Aliases: U
Aliases: P
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").

DBIx::Class::Migration, DBIx::Class::Migration::Script, DBIx::Class::Migration::Features, DBIx::Class::Migration::Tutorial

See DBIx::Class::Migration for author information

See DBIx::Class::Migration for copyright and license information