Drop the need for access tokens to have a session
This commit is contained in:
committed by
Stanko K.R.
parent
660fcff558
commit
895b0e13b8
Generated
-1
@@ -326,7 +326,6 @@ ActiveRecord::Schema[8.2].define(version: 2025_12_05_010536) do
|
||||
t.text "description"
|
||||
t.uuid "identity_id", null: false
|
||||
t.string "permission"
|
||||
t.uuid "session_id", null: false
|
||||
t.string "token"
|
||||
t.datetime "updated_at", null: false
|
||||
t.index ["identity_id"], name: "index_access_token_on_identity_id"
|
||||
|
||||
Reference in New Issue
Block a user