Skip to content

Commit

Permalink
Missing role schema change.
Browse files Browse the repository at this point in the history
This was included in the change in migration 84, but the main file not
updated.
  • Loading branch information
dracos committed Jun 30, 2023
1 parent 3337bf9 commit b4d5089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ create table roles (
body_id integer not null references body(id) ON DELETE CASCADE,
name text,
permissions text ARRAY,
extra text,
extra_json jsonb,
extra jsonb,
unique(body_id, name)
);

Expand Down

0 comments on commit b4d5089

Please sign in to comment.