mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Apply syntax_tree formatting to db/*
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
class AddSeenNotificationIdToUsers < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
|
||||
execute "TRUNCATE TABLE notifications"
|
||||
|
||||
add_column :users, :seen_notificaiton_id, :integer, default: 0, null: false
|
||||
|
||||
Reference in New Issue
Block a user