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