mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-14 22:24:36 +08:00
fix: remove system_notification_history
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
class CreateSystemNotificationHistories < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :system_notification_histories do |t|
|
||||
t.references :system_notification
|
||||
t.references :user
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user