From 9f555ee3a921e9914675fbc6806da549d469a740 Mon Sep 17 00:00:00 2001 From: Drew Skwiers-Koballa Date: Mon, 12 Jun 2023 06:45:27 -0700 Subject: [PATCH] clarifying view change tracking command --- docs/GeneralSetup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/GeneralSetup.md b/docs/GeneralSetup.md index e1d022ebd..959513ee2 100644 --- a/docs/GeneralSetup.md +++ b/docs/GeneralSetup.md @@ -106,6 +106,7 @@ These are required to retrieve the data about the changes occurring in the table ```sql USE GRANT SELECT ON TO +GRANT VIEW CHANGE TRACKING ON TO ``` - `SELECT`, `INSERT`, `UPDATE` and `DELETE` permissions on `az_func` schema