Archived
Removed skype field and added Discord on users. Also dropped unused table
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class DropForumsLabels < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :forums_labels
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,6 @@
|
||||
class RemoveSkypeAddDiscordFromUsers < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :users, :skype
|
||||
add_column :users, :discord, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user