upstream sql changes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -37,11 +37,7 @@ Version 2 is the "classic" Netdisco database schema as of Netdisco 1.1
|
||||
|
||||
=item *
|
||||
|
||||
Version 3 adds patches for Netdisco 1.2
|
||||
|
||||
=item *
|
||||
|
||||
Version 4 (not yet created) B<will diverge from "classic" Netdisco 1.x>
|
||||
Version 3 (and onwards) adds patches for Netdisco 1.2
|
||||
|
||||
=back
|
||||
|
||||
|
||||
Reference in New Issue
Block a user