mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX revert system_notification_histories
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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