Skip to content

Commit

Permalink
chore(schema): fix api_tokens#expires_at position
Browse files Browse the repository at this point in the history
  • Loading branch information
colinux committed Feb 19, 2024
1 parent eb41f7e commit 28d414a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@
t.datetime "created_at", null: false
t.string "encrypted_token", null: false
t.date "expiration_notices_sent_at", default: [], array: true
t.date "expires_at"
t.datetime "last_v1_authenticated_at"
t.datetime "last_v2_authenticated_at"
t.string "name", null: false
t.inet "stored_ips", default: [], array: true
t.datetime "updated_at", null: false
t.integer "version", default: 3, null: false
t.boolean "write_access", default: true, null: false
t.date "expires_at"
t.index ["administrateur_id"], name: "index_api_tokens_on_administrateur_id"
end

Expand Down

0 comments on commit 28d414a

Please sign in to comment.