We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a235e4 commit fd06e5dCopy full SHA for fd06e5d
db/schema_sqlite.rb
@@ -10,7 +10,7 @@
10
#
11
# It's strongly recommended that you check this file into your version control system.
12
13
-ActiveRecord::Schema[8.2].define(version: 2025_11_27_000001) do
+ActiveRecord::Schema[8.2].define(version: 2025_11_29_110120) do
14
create_table "accesses", id: :uuid, force: :cascade do |t|
15
t.datetime "accessed_at"
16
t.uuid "account_id", null: false
@@ -315,6 +315,7 @@
315
t.datetime "created_at", null: false
316
t.datetime "expires_at", null: false
317
t.uuid "identity_id"
318
+ t.integer "purpose", null: false
319
t.datetime "updated_at", null: false
320
t.index ["code"], name: "index_magic_links_on_code", unique: true
321
t.index ["expires_at"], name: "index_magic_links_on_expires_at"
0 commit comments