Drop the need for access tokens to have a session

This commit is contained in:
David Heinemeier Hansson
2025-12-02 12:19:58 +01:00
committed by Stanko K.R.
parent 660fcff558
commit 895b0e13b8
8 changed files with 1 additions and 33 deletions
Generated
-1
View File
@@ -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"