From 33db087a7ccf1fe5c93d4e053555ef5785b7a496 Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Tue, 24 Sep 2024 10:17:18 +0300 Subject: [PATCH] chore: add source to the permissions table --- schema/permissions.hcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schema/permissions.hcl b/schema/permissions.hcl index e418a223..be30b4c5 100644 --- a/schema/permissions.hcl +++ b/schema/permissions.hcl @@ -10,6 +10,11 @@ table "permissions" { type = text } + column "source" { + null = true + type = text + } + column "action" { null = false type = text