qi6_app/db/migrate/20160113192513_add_title_bottom_to_articles.rb
2019-05-17 12:30:45 +02:00

7 lines
188 B
Ruby

class AddTitleBottomToArticles < ActiveRecord::Migration[6.0]
def change
add_column :articles, :title_bottom, :integer
add_column :articles, :gradient_cached, :boolean
end
end