1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00

metadata export

This commit is contained in:
Nebel 2023-12-19 14:51:46 +09:00
parent f1780f541b
commit 4db8537fe4
Signed by: nebel
GPG key ID: 79807D08C6EF6460
11 changed files with 21 additions and 10 deletions

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1 @@
{}

View file

@ -4,13 +4,6 @@
connection_info:
database_url:
from_env: HASURA_GRAPHQL_DATABASE_URL
tables:
- table:
schema: public
name: users
insert_permissions:
- role: anonymous
permission:
check: {}
columns:
- name
isolation_level: read-committed
use_prepared_statements: false
tables: "!include default/tables/tables.yaml"

View file

@ -0,0 +1,9 @@
table:
name: users
schema: public
insert_permissions:
- role: anonymous
permission:
check: {}
columns:
- name

View file

@ -0,0 +1 @@
- "!include public_users.yaml"

View file

@ -0,0 +1 @@
disabled_for_roles: []

View file

@ -0,0 +1 @@
[]

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1 @@
[]