mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Used the term suspended instead of banned.
This commit is contained in:
6
db/migrate/20131107154900_rename_banned_to_suspended.rb
Normal file
6
db/migrate/20131107154900_rename_banned_to_suspended.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class RenameBannedToSuspended < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :users, :banned_at, :suspended_at
|
||||
rename_column :users, :banned_till, :suspended_till
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user