DEV: Fix annotations (#28569)

Follow-up to ec8ba5a0b9
This commit is contained in:
Alan Guo Xiang Tan 2024-08-27 11:15:03 +08:00 committed by GitHub
parent ec8ba5a0b9
commit c4ba4c5742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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
# #