home / github

Menu
  • GraphQL API

workflows

Table actions
  • GraphQL API for workflows

0 rows where repo = 558794223

✎ View and edit SQL

This data as json

0 records

CREATE TABLE [workflows] (
   [id] INTEGER PRIMARY KEY,
   [filename] TEXT,
   [name] TEXT,
   [on] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [env] TEXT, [permissions] TEXT);
CREATE INDEX [idx_workflows_repo]
    ON [workflows] ([repo]);
CREATE UNIQUE INDEX [idx_workflows_repo_filename]
    ON [workflows] ([repo], [filename]);
Powered by Datasette · Queries took 9.789ms · About: simonw/datasette-graphql