Added migration for adding has_quote to statuses
• Added: - migration for adding has_quote to statuses
This commit is contained in:
5
db/migrate/20200801023430_add_has_quote_to_statuses.rb
Normal file
5
db/migrate/20200801023430_add_has_quote_to_statuses.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddHasQuoteToStatuses < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :statuses, :has_quote, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user