Skip to content

Commit

Permalink
Fix schema that had unused table
Browse files Browse the repository at this point in the history
  • Loading branch information
drpowell committed Oct 2, 2024
1 parent a601d0d commit 53e075c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@
t.index ["user_id"], name: "index_de_settings_on_user_id"
end

create_table "gene_lists", force: :cascade do |t|
t.integer "user_id"
t.integer "de_setting_id"
t.string "title"
t.string "description"
t.string "id_type"
t.string "columns"
t.string "rows"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.index ["de_setting_id"], name: "index_gene_lists_on_de_setting_id"
t.index ["user_id"], name: "index_gene_lists_on_user_id"
end

create_table "user_files", force: :cascade do |t|
t.string "name"
t.text "description"
Expand Down

0 comments on commit 53e075c

Please sign in to comment.