fix: remove system_notification_history

This commit is contained in:
2021-10-15 14:54:51 +08:00
parent 0d60e58304
commit 1dcc38f617
10 changed files with 40 additions and 173 deletions
@@ -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