Skip to content

Commit

Permalink
fix linting. #697
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 29, 2021
1 parent 1f06baa commit 383f6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: 2021_01_18_095023) do

create_table "active_storage_attachments", options: "ENGINE=InnoDB DEFAULT CHARSET=latin1", force: :cascade do |t|
t.string "name", limit: 191, null: false
t.string "record_type", null: false
Expand Down Expand Up @@ -296,5 +297,4 @@
t.index ["provider_id"], name: "FKE7FBD67446EBD781"
t.index ["uid"], name: "index_provider_prefixes_on_uid", length: 128
end

end

0 comments on commit 383f6e0

Please sign in to comment.