mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 00:39:17 +00:00
DEV: Fix annotations (#28569)
Follow-up to ec8ba5a0b9ff8dbefae74d6ec4f08dc13e418c6b
This commit is contained in:
parent
ec8ba5a0b9
commit
c4ba4c5742
@ -411,7 +411,6 @@ end
|
||||
#
|
||||
# Table name: notifications
|
||||
#
|
||||
# old_id :integer
|
||||
# notification_type :integer not null
|
||||
# user_id :integer not null
|
||||
# data :string(1000) not null
|
||||
|
@ -16,9 +16,8 @@ end
|
||||
#
|
||||
# Table name: shelved_notifications
|
||||
#
|
||||
# id :bigint not null, primary key
|
||||
# old_notification_id :integer
|
||||
# notification_id :bigint not null
|
||||
# id :bigint not null, primary key
|
||||
# notification_id :bigint not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user