...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20200812124254000002_add_session_token.sqlite3.down.sql

Documentation: github.com/ory/x/popx/stub/migrations/transactional

     1INSERT INTO "_sessions_tmp" (id, issued_at, expires_at, authenticated_at, identity_id, created_at, updated_at) SELECT id, issued_at, expires_at, authenticated_at, identity_id, created_at, updated_at FROM "sessions"

View as plain text