Skip to content

Commit ca01e54

Browse files
committed
fix typo on is_inbound
1 parent cb47975 commit ca01e54

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class RenameIsInboudToIsInbound < ActiveRecord::Migration[8.0]
2+
def change
3+
rename_column :calls, :is_inboud, :is_inbound
4+
end
5+
end

db/schema.rb

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)