Skip to content

Commit

Permalink
Updated db schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
pellaea committed Mar 7, 2024
1 parent 4db3cab commit e962f16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.1].define(version: 2024_03_03_021205) do
ActiveRecord::Schema[7.1].define(version: 2024_03_07_020000) do
create_table "api_keys", id: :integer, charset: "utf8mb3", force: :cascade do |t|
t.datetime "created_at", precision: nil
t.datetime "last_used", precision: nil
Expand Down Expand Up @@ -624,6 +624,7 @@
t.text "text"
t.datetime "updated_at", precision: nil
t.integer "user_id"
t.integer "language_id"
end

create_table "translation_strings", id: :integer, charset: "utf8mb3", force: :cascade do |t|
Expand Down

0 comments on commit e962f16

Please sign in to comment.