Skip to content

Commit

Permalink
Fix cop
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Oct 11, 2024
1 parent 6cb6cd0 commit 91540ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def change
t.integer "channel_hash", limit: 8, null: false
t.integer "subscribers", default: 0, null: false
t.datetime "created_at", null: false
t.index ["channel_hash"], name: "index_solid_cable_channels_on_channel_hash"
t.index [ "channel_hash" ], name: "index_solid_cable_channels_on_channel_hash"
end
end
end

0 comments on commit 91540ba

Please sign in to comment.