![]() |
![]()
| ![]() |
![]()
NAMEDBIx::Class::Migration::Script::Help::install_version_storage - Add missing meta data table SYNOPSISdbic-migration install_version_storage --user myapp \ --password $secret \ --dsn='DBI:SQLite:myapp.db' DESCRIPTIONIf 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. OPTIONSThis command accepts the following options. You may learn more about each option by typing "dbic-migration help OPTION". The following is a summary. userAliases: U passwordAliases: P dsnConnection 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 ALSODBIx::Class::Migration, DBIx::Class::Migration::Script, DBIx::Class::Migration::Features, DBIx::Class::Migration::Tutorial AUTHORSee DBIx::Class::Migration for author information COPYRIGHT & LICENSESee DBIx::Class::Migration for copyright and license information
|