This commit is contained in:
albert
2013-03-23 12:12:54 -04:00
parent 2378e91006
commit faada9f87b
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
class AddHideDeletedPostsToUsers < ActiveRecord::Migration
def change
execute "set statement_timeout = 0"
add_column :users, :hide_deleted_posts, :boolean, :null => false, :default => false
end
end