Gab Social. All are welcome.
This commit is contained in:
5
db/migrate/20190226003449_add_poll_id_to_statuses.rb
Normal file
5
db/migrate/20190226003449_add_poll_id_to_statuses.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPollIdToStatuses < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :statuses, :poll_id, :bigint
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user