GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBIx::Class::Migration::Script::Help::target_dir(3) User Contributed Perl Documentation DBIx::Class::Migration::Script::Help::target_dir(3)

DBIx::Class::Migration::Script::Help::target_dir - Where your migration files live

    dbic-migration --target_dir /opt/migrations

Aliases
D
Value
String that represents a filesystem path

A directory path that is used to store your fixtures and migration files. By default this will be the "share" directory for the application where your "schema_class" in DBIx::Class::Migration::Script resides. I recommend you leave it alone since this is a reasonable Perl convention for non code data, and there's a decent ecosystem of tools around it, however if you need to place the files in an alternative location (for example you have huge fixture sets and you don't want them in you core repository, or you can't store them in a limited space filesystem) this will let you do it.

When required you can also populate this option with the %ENV variable DBIC_MIGRATION_TARGET_DIR.

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
2020-06-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.