language
stringlengths
0
24
filename
stringlengths
9
214
code
stringlengths
99
9.93M
SQL
hydra/persistence/sql/migrations/20211019000001000015_merge_authentication_request_tables.mysql.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen DROP TABLE hydra_oauth2_authentication_request;
SQL
hydra/persistence/sql/migrations/20211019000001000015_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000015_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_code_challenge_id_idx ON hydra_oauth2_code (challenge_id);
SQL
hydra/persistence/sql/migrations/20211019000001000016_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000016_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000016_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000016_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000016_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_code_request_id_idx ON hydra_oauth2_code (request_id);
SQL
hydra/persistence/sql/migrations/20211019000001000017_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000017_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000017_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000017_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000017_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen DROP TABLE hydra_oauth2_oidc;
SQL
hydra/persistence/sql/migrations/20211019000001000018_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000018_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000018_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000018_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000018_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE TABLE hydra_oauth2_oidc ( signature VARCHAR(255) NOT NULL PRIMARY KEY, request_id VARCHAR(40) NOT NULL, requested_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, client_id VARCHAR(255) NOT NULL REFERENCES hydra_client (id) ON DELETE CASCADE, scope TEXT NOT NULL, granted_scope TEXT NOT NULL, form_data TEXT NOT NULL, session_data TEXT NOT NULL, subject VARCHAR(255) NOT NULL DEFAULT '', active INTEGER NOT NULL DEFAULT true, requested_audience TEXT NULL DEFAULT '', granted_audience TEXT NULL DEFAULT '', challenge_id VARCHAR(40) NULL REFERENCES hydra_oauth2_flow (consent_challenge_id) ON DELETE CASCADE );
SQL
hydra/persistence/sql/migrations/20211019000001000019_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000019_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000019_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000019_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000019_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_oidc_client_id_idx ON hydra_oauth2_oidc (client_id);
SQL
hydra/persistence/sql/migrations/20211019000001000020_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000020_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000020_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000020_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000020_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_oidc_challenge_id_idx ON hydra_oauth2_oidc (challenge_id);
SQL
hydra/persistence/sql/migrations/20211019000001000021_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000021_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000021_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000021_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000021_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_oidc_request_id_idx ON hydra_oauth2_oidc (request_id);
SQL
hydra/persistence/sql/migrations/20211019000001000022_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000022_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000022_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000022_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000022_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen DROP TABLE hydra_oauth2_pkce;
SQL
hydra/persistence/sql/migrations/20211019000001000023_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000023_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000023_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000023_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000023_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE TABLE hydra_oauth2_pkce ( signature VARCHAR(255) NOT NULL PRIMARY KEY, request_id VARCHAR(40) NOT NULL, requested_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, client_id VARCHAR(255) NOT NULL REFERENCES hydra_client (id) ON DELETE CASCADE, scope TEXT NOT NULL, granted_scope TEXT NOT NULL, form_data TEXT NOT NULL, session_data TEXT NOT NULL, subject VARCHAR(255) NOT NULL, active INTEGER NOT NULL DEFAULT true, requested_audience TEXT NULL DEFAULT '', granted_audience TEXT NULL DEFAULT '', challenge_id VARCHAR(40) NULL REFERENCES hydra_oauth2_flow (consent_challenge_id) ON DELETE CASCADE );
SQL
hydra/persistence/sql/migrations/20211019000001000024_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000024_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000024_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000024_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000024_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_pkce_client_id_idx ON hydra_oauth2_pkce (client_id);
SQL
hydra/persistence/sql/migrations/20211019000001000025_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000025_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000025_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000025_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000025_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_pkce_challenge_id_idx ON hydra_oauth2_pkce (challenge_id);
SQL
hydra/persistence/sql/migrations/20211019000001000026_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000026_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000026_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000026_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000026_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_pkce_request_id_idx ON hydra_oauth2_pkce (request_id);
SQL
hydra/persistence/sql/migrations/20211019000001000027_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000027_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000027_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000027_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000027_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen DROP TABLE "hydra_oauth2_access";
SQL
hydra/persistence/sql/migrations/20211019000001000028_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000028_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000028_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000028_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000028_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE TABLE IF NOT EXISTS "hydra_oauth2_access" ( signature VARCHAR(255) NOT NULL PRIMARY KEY, request_id VARCHAR(40) NOT NULL, requested_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, client_id VARCHAR(255) NOT NULL REFERENCES hydra_client (id) ON DELETE CASCADE, scope TEXT NOT NULL, granted_scope TEXT NOT NULL, form_data TEXT NOT NULL, session_data TEXT NOT NULL, subject VARCHAR(255) NOT NULL DEFAULT '', active INTEGER NOT NULL DEFAULT true, requested_audience TEXT NULL DEFAULT '', granted_audience TEXT NULL DEFAULT '', challenge_id VARCHAR(40) NULL REFERENCES hydra_oauth2_flow (consent_challenge_id) ON DELETE CASCADE );
SQL
hydra/persistence/sql/migrations/20211019000001000029_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000029_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000029_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000029_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000029_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_access_requested_at_idx ON hydra_oauth2_access (requested_at);
SQL
hydra/persistence/sql/migrations/20211019000001000030_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000030_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000030_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000030_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000030_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_access_client_id_idx ON hydra_oauth2_access (client_id);
SQL
hydra/persistence/sql/migrations/20211019000001000031_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000031_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000031_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000031_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000031_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_access_challenge_id_idx ON hydra_oauth2_access (challenge_id);
SQL
hydra/persistence/sql/migrations/20211019000001000032_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000032_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000032_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000032_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000032_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_access_client_id_subject_idx ON hydra_oauth2_access (client_id, subject);
SQL
hydra/persistence/sql/migrations/20211019000001000033_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000033_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000033_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000033_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000033_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen CREATE INDEX hydra_oauth2_access_request_id_idx ON hydra_oauth2_access (request_id);
SQL
hydra/persistence/sql/migrations/20211019000001000034_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000034_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000034_merge_authentication_request_tables.mysql.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000034_merge_authentication_request_tables.postgres.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000034_merge_authentication_request_tables.sqlite.up.sql
-- Migration generated by the command below; DO NOT EDIT. -- hydra:generate hydra migrate gen DROP TABLE hydra_oauth2_refresh;
SQL
hydra/persistence/sql/migrations/20211019000001000035_merge_authentication_request_tables.cockroach.up.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen
SQL
hydra/persistence/sql/migrations/20211019000001000035_merge_authentication_request_tables.down.sql
-- This blank migration was generated to meet ory/x/popx validation criteria, see https://github.com/ory/x/pull/509; DO NOT EDIT. -- hydra:generate hydra migrate gen