Skip to content

Commit

Permalink
added migration
Browse files Browse the repository at this point in the history
  • Loading branch information
olegphenomenon committed Oct 19, 2021
1 parent 8ca83be commit d4c893d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddColumnTitleEnForQuestions < ActiveRecord::Migration[6.1]
def change
add_column :questions, :title_en, :text
end
end
3 changes: 2 additions & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4c893d

Please sign in to comment.