X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig;h=94731c5776b2cf8214a40f30945b830c27e6ad0b;hp=83ab565911a8073f059d9f0e3ffab90d07bff3bc;hb=2f34c8427944b6572c9e0c695b2f241b4f10cb3a;hpb=9279b06588202c95ec978c72ec0ad471f5a5f7c1 diff --git a/mig b/mig index 83ab565..94731c5 100755 --- a/mig +++ b/mig @@ -255,7 +255,7 @@ Holds, Actors, Bibs, Assets & Money. 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 +306,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);