Added migration for adding has_quote to statuses
• Added: - migration for adding has_quote to statuses
This commit is contained in:
parent
926477fe45
commit
bc54a281e6
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
|
Loading…
x
Reference in New Issue
Block a user