Skip to content

Commit

Permalink
update docs to include 'label' column (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Jun 21, 2024
1 parent 1f0f779 commit 3067635
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Limit classes are created by creating a record in the `limit_classes` table in t
```sql
CREATE TABLE public.limit_classes (
id integer NOT NULL,
label VARCHAR(32),
backend_mode public.backend_mode,
environments integer DEFAULT '-1'::integer NOT NULL,
shares integer DEFAULT '-1'::integer NOT NULL,
Expand Down

0 comments on commit 3067635

Please sign in to comment.