Merge upstream 2.0ish #165
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: stream_entries
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# account_id :integer
|
||||
# activity_id :integer
|
||||
# activity_type :string
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# hidden :boolean default(FALSE), not null
|
||||
# account_id :integer
|
||||
# id :integer not null, primary key
|
||||
#
|
||||
|
||||
class StreamEntry < ApplicationRecord
|
||||
|
||||
Reference in New Issue
Block a user