Skip to content

Commit a129d08

Browse files
authored
bug: allow to insert game on servers (#115)
1 parent 4dce8da commit a129d08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ insert_permissions:
5353
columns:
5454
- connect_password
5555
- enabled
56+
- game
5657
- game_server_node_id
5758
- host
5859
- label
@@ -153,6 +154,7 @@ update_permissions:
153154
columns:
154155
- connect_password
155156
- enabled
157+
- game
156158
- game_server_node_id
157159
- host
158160
- is_dedicated

0 commit comments

Comments
 (0)