graphql-engine/server/tests-py/queries/subscriptions/multiplexing/setup.yaml

9 lines
135 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
sql: CREATE TABLE test(id serial PRIMARY KEY);
- type: track_table
args:
name: test