Skip to content

Commit fd06e5d

Browse files
committed
Migrate sqlite schema
1 parent 6a235e4 commit fd06e5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

db/schema_sqlite.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[8.2].define(version: 2025_11_27_000001) do
13+
ActiveRecord::Schema[8.2].define(version: 2025_11_29_110120) do
1414
create_table "accesses", id: :uuid, force: :cascade do |t|
1515
t.datetime "accessed_at"
1616
t.uuid "account_id", null: false
@@ -315,6 +315,7 @@
315315
t.datetime "created_at", null: false
316316
t.datetime "expires_at", null: false
317317
t.uuid "identity_id"
318+
t.integer "purpose", null: false
318319
t.datetime "updated_at", null: false
319320
t.index ["code"], name: "index_magic_links_on_code", unique: true
320321
t.index ["expires_at"], name: "index_magic_links_on_expires_at"

0 commit comments

Comments
 (0)