Created
October 9, 2009 20:49
-
-
Save jhannah/206360 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jhannah@dev:~/src/Omni2> perl Makefile.PL | |
include /home/jhannah/src/Omni2/inc/Module/Install.pm | |
include inc/Module/Install/Metadata.pm | |
include inc/Module/Install/Base.pm | |
include inc/Module/Install/DiffCheck.pm | |
*** Module::Install::DiffCheck | |
running 'Model/refresh_Schema.pl' | |
Dumping manual schema for Omni2::Model::oma::Schema to directory /home/jhannah/src ... | |
Schema dump completed. | |
Dumping manual schema for Omni2::Model::oma_repl::Schema to directory /home/jhannah/src ... | |
Schema dump completed. | |
DBIx::Class::Schema::Loader::make_schema_at(): usw_stats_by_hour has no primary key at Model/refresh_Schema.pl line 15 | |
Dumping manual schema for Omni2::Model::dal::Schema to directory /home/jhannah/src ... | |
Schema dump completed. | |
Dumping manual schema for Omni2::Model::dal_repl::Schema to directory /home/jhannah/src ... | |
Schema dump completed. | |
running 'Model/mysqldump.pl root SuperSecret' | |
running 'svn diff Model' | |
CHANGE DETECTED! Model/dal_repl/Schema/XfHotelcode.pm REMOVE 2 line(s) at lines 31/31: | |
[ "crs",] | |
[ { data_type => "CHAR", default_value => undef, is_nullable => 1, size => 3 },] | |
CHANGE DETECTED! Model/dal_repl/schemas/xf_hotelCode.sql REMOVE 1 line(s) at lines 36/36: | |
[ `crs` char(3) DEFAULT NULL,] | |
CHANGE DETECTED! Model/oma_repl/Schema/SmartEmail.pm MODIFY 1 line(s) at lines 16/16: | |
[ { data_type => "SET", default_value => undef, is_nullable => 0, size => 6 },] | |
CHANGE DETECTED! Model/oma_repl/Schema/SmartEmail.pm REMOVE 2 line(s) at lines 109/109: | |
[__PACKAGE__->set_primary_key("hotelcode");] | |
[__PACKAGE__->add_unique_constraint("section2_header_text", ["section2_header"]);] | |
CHANGE DETECTED! Model/oma_repl/Schema/SmartEmail.pm ADD 1 line(s) at lines 111/109: | |
[__PACKAGE__->set_primary_key("hotelcode", "type", "subtype");] | |
CHANGE DETECTED! Model/mysqldump.pl ADD 1 line(s) at lines 3/3: | |
[use FindBin qw($Bin);] | |
CHANGE DETECTED! Model/mysqldump.pl MODIFY 1 line(s) at lines 14/15: | |
[ system("mysqldump $id $db $table -d > $Bin/$db/schemas/$table.sql");] | |
*** Module::Install::DiffCheck FATAL ERRORS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment