Skip to content

Commit

Permalink
Remove duplicate table
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed Oct 21, 2024
1 parent d9ba580 commit 6ff35b8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1836,18 +1836,6 @@
t.index ["user_id", "can_view"], name: "index_sample_type_auth_lookup_on_user_id_and_can_view"
end

create_table "sample_type_auth_lookups", force: :cascade do |t|
t.integer "user_id"
t.integer "asset_id"
t.boolean "can_view", default: false
t.boolean "can_manage", default: false
t.boolean "can_edit", default: false
t.boolean "can_download", default: false
t.boolean "can_delete", default: false
t.datetime "created_at", precision: 6, null: false
t.datetime "updated_at", precision: 6, null: false
end

create_table "sample_types", id: :integer, force: :cascade do |t|
t.string "title"
t.string "uuid"
Expand Down

0 comments on commit 6ff35b8

Please sign in to comment.