Skip to content

Commit

Permalink
Appease rubocop.
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 committed Oct 4, 2023
1 parent 2c82ee1 commit 460f410
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
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
Expand All @@ -11,7 +13,6 @@
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2023_10_04_145109) do

create_table "active_storage_attachments", charset: "utf8mb4", force: :cascade do |t|
t.string "name", limit: 191, null: false
t.string "record_type", null: false
Expand Down

0 comments on commit 460f410

Please sign in to comment.