adding last pushed timestamp to gsheet tracked table
authorRogan Hamby <rhamby@esilibrary.com>
Tue, 30 Jan 2018 14:24:58 +0000 (09:24 -0500)
committerRogan Hamby <rhamby@esilibrary.com>
Tue, 30 Jan 2018 14:24:58 +0000 (09:24 -0500)
mig-sql/init/010-gsheet_tracked_table.sql

index 842d320..a798009 100644 (file)
@@ -6,6 +6,7 @@ CREATE TABLE gsheet_tracked_table (
     ,tab_name                   TEXT
     ,created                    TIMESTAMP
     ,last_pulled                TIMESTAMP
+    ,last_pushed                TIMESTAMP
     ,UNIQUE(worksheet_name,tab_name)
 );