parent
ec8ba5a0b9
commit
c4ba4c5742
|
@ -411,7 +411,6 @@ end
|
||||||
#
|
#
|
||||||
# Table name: notifications
|
# Table name: notifications
|
||||||
#
|
#
|
||||||
# old_id :integer
|
|
||||||
# notification_type :integer not null
|
# notification_type :integer not null
|
||||||
# user_id :integer not null
|
# user_id :integer not null
|
||||||
# data :string(1000) not null
|
# data :string(1000) not null
|
||||||
|
|
|
@ -16,9 +16,8 @@ end
|
||||||
#
|
#
|
||||||
# Table name: shelved_notifications
|
# Table name: shelved_notifications
|
||||||
#
|
#
|
||||||
# id :bigint not null, primary key
|
# id :bigint not null, primary key
|
||||||
# old_notification_id :integer
|
# notification_id :bigint not null
|
||||||
# notification_id :bigint not null
|
|
||||||
#
|
#
|
||||||
# Indexes
|
# Indexes
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue