Removed unneeded commentary tag checkboxes
As per the discussion on GitHub, these will be handled instead by the existing mechanisms of related and frequent tags.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
class AddMoreCommentaryToUploads < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :uploads, :translated_commentary_title, :text
|
||||
add_column :uploads, :translated_commentary_desc, :text
|
||||
add_column :uploads, :add_commentary_tag, :boolean
|
||||
add_column :uploads, :add_commentary_request_tag, :boolean
|
||||
add_column :uploads, :add_commentary_check_tag, :boolean
|
||||
add_column :uploads, :add_partial_commentary_tag, :boolean
|
||||
add_column :uploads, :translated_commentary_title, :text, null: false, default: ""
|
||||
add_column :uploads, :translated_commentary_desc, :text, null: false, default: ""
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user