mirror of
https://github.com/openziti/zrok.git
synced 2025-01-02 20:19:24 +01:00
update docs to include 'label' column (#666)
This commit is contained in:
parent
1f0f779d72
commit
3067635615
@ -92,6 +92,7 @@ Limit classes are created by creating a record in the `limit_classes` table in t
|
|||||||
```sql
|
```sql
|
||||||
CREATE TABLE public.limit_classes (
|
CREATE TABLE public.limit_classes (
|
||||||
id integer NOT NULL,
|
id integer NOT NULL,
|
||||||
|
label VARCHAR(32),
|
||||||
backend_mode public.backend_mode,
|
backend_mode public.backend_mode,
|
||||||
environments integer DEFAULT '-1'::integer NOT NULL,
|
environments integer DEFAULT '-1'::integer NOT NULL,
|
||||||
shares integer DEFAULT '-1'::integer NOT NULL,
|
shares integer DEFAULT '-1'::integer NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user