upstream sql changes

This commit is contained in:
Oliver Gorwits
2013-01-29 22:52:38 +00:00
parent 5f537af2fc
commit 3a73b42860
9 changed files with 526 additions and 8 deletions

View File

@@ -21,6 +21,24 @@ If called with the "-p <version>" option, upgrade SQL DDL command files
are created between the specified version and the current DBIx::Class
specification.
=head2 New Version
=over 4
=item 1.
Alter the DBIC DDL files as you wish.
=item 2.
Increment the Schema's C<$VERSION> number.
=item 3.
Run this script with "C<-p $current_db_version>".
=back
=cut
my $sql_dir = $App::Netdisco::DB::schema_versions_dir;