Skip to content

Commit 2a1cf6f

Browse files
committed
chore: add map labels
1 parent f06fbb3 commit 2a1cf6f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

hasura/metadata/databases/default/tables/public_v_pool_maps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ select_permissions:
2727
columns:
2828
- active_pool
2929
- id
30+
- label
3031
- name
3132
- patch
3233
- poster

hasura/views/v_pool_maps.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
DROP VIEW IF EXISTS public.v_pool_maps;
12
CREATE OR REPLACE VIEW public.v_pool_maps AS
23
SELECT _map_pool.map_pool_id,
34
maps.id,
45
maps.name,
56
maps.type,
7+
maps.label,
68
maps.poster,
79
maps.patch,
810
maps.active_pool,

0 commit comments

Comments
 (0)