Skip to content

Commit c067d16

Browse files
authored
Merge pull request #4 from Vonage-Community/Add-Voice-Functionality
fix typo on is_inbound
2 parents eb319a0 + ca01e54 commit c067d16

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)