Skip to content

Commit

Permalink
chore: add source to the permissions table
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Sep 24, 2024
1 parent 1bd9f22 commit 33db087
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema/permissions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ table "permissions" {
type = text
}

column "source" {
null = true
type = text
}

column "action" {
null = false
type = text
Expand Down

0 comments on commit 33db087

Please sign in to comment.