Closed RODO94 closed 2 months ago
π€ Hasura Change Summary compared a subset of table metadata including permissions:
public.teams
permissions:
insert | select | update | delete | |
---|---|---|---|---|
api | β/β | |||
platformAdmin | β/β | β/β | β/β | |
public | β/β | |||
teamEditor | β/β |
insert | select | update | |
---|---|---|---|
api |
β β β β β |
||
platformAdmin |
β β β β |
β β β β |
β β β |
public |
β β β β |
||
teamEditor |
β β β |
public.teams_summary
What does this PR do?
I have dropped all columns in the
teams
table that have been moved to theteam_settings
table. I have updated the necessary scripts in seed-database/write.Ran GH regression tests and all passed