This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
redstoner.com/db/migrate/20170328100851_add_header_scroll_to_users.rb
2017-06-18 13:11:36 -04:00

6 lines
142 B
Ruby

class AddHeaderScrollToUsers < ActiveRecord::Migration
def change
add_column :users, :header_scroll, :boolean, default: false
end
end