Skip to content

Commit

Permalink
Remove undesired change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Nov 19, 2024
1 parent c8c058c commit d7c2272
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@
t.index ["organization_id"], name: "index_contributors_on_organization_id"
end

create_table "data_migrations", primary_key: "version", id: :string, force: :cascade do |t|
end

create_table "delayed_jobs", force: :cascade do |t|
t.integer "priority", default: 0, null: false
t.integer "attempts", default: 0, null: false
Expand Down

0 comments on commit d7c2272

Please sign in to comment.