...

Text file src/github.com/ory/x/popx/stub/migrations/transactional/20200812124254000003_add_session_token.sqlite3.up.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, token) SELECT id, issued_at, expires_at, authenticated_at, identity_id, created_at, updated_at, token FROM "sessions"

View as plain text