X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig;h=42217c5ac661fefa1e4cc04dc63a0124082adcd3;hp=83ab565911a8073f059d9f0e3ffab90d07bff3bc;hb=56e8fc6dd11c64e0d088aeae7d089c93f2a06eb9;hpb=9279b06588202c95ec978c72ec0ad471f5a5f7c1 diff --git a/mig b/mig index 83ab565..42217c5 100755 --- a/mig +++ b/mig @@ -251,11 +251,15 @@ adds an extra arbitrary page of notes to the report. Mig assumes the page file This will define a set of tags to use, if not set it will default to Circs, Holds, Actors, Bibs, Assets & Money. +--debug + +Gives more information about what is happening. + --reports_xml Allows you to override the default evergreen_staged_report.xml in the mig-xml folder. -=item B --pull spreadsheet_tab or --push postgres_table +=item B --pull or --push spreadsheet_tab This uses the gsheet_tracked_table and gsheet_tracked column tables to map a Google Docs Spreadsheet tabs with Postgres tables in the mig schema. The spreadsheet is assumed to share the name as the mig schema. @@ -306,6 +310,10 @@ switch($ARGV[0]) { Mig::die_if_no_env_migschema(); standard_invocation(@ARGV); } + case "quick" { + Mig::die_if_no_env_migschema(); + standard_invocation(@ARGV); + } case "add" { Mig::die_if_no_env_migschema(); standard_invocation(@ARGV);