From 9279b06588202c95ec978c72ec0ad471f5a5f7c1 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Fri, 9 Feb 2018 17:04:16 -0500 Subject: [PATCH] fixing doc --- mig | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mig b/mig index b48a76e..83ab565 100755 --- a/mig +++ b/mig @@ -258,9 +258,10 @@ Allows you to override the default evergreen_staged_report.xml in the mig-xml fo =item B --pull spreadsheet_tab or --push postgres_table 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. Multiple spreadsheets can be used but tab names must be unique. -Each spreadsheet column needs a header that matches the column name in the matching table. An oauth -session key is also needed for your Google account and mig gsheet will look for it in the .mig directory. +with Postgres tables in the mig schema. The spreadsheet is assumed to share the name as the mig schema. +Tab names must be unique. Each spreadsheet column needs a header that matches the column name in the matching +table. An oauth session key is also needed for your Google account and mig gsheet will look for it in the +.mig directory. =back -- 1.7.2.5