1
0
miroir de https://github.com/redmine/redmine.git synchronisé 2024-07-27 07:37:45 +02:00
redmine/db/migrate/20170723112801_rename_comments_to_content.rb

6 lignes
133 B
Ruby

class RenameCommentsToContent < ActiveRecord::Migration[5.1]
def change
rename_column :comments, :comments, :content
end
end