mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This reverts commit e599b5b08f
.
This didn't solve the problem we were trying to fix - reverting back to the standard migration pattern
This commit is contained in:
parent
e599b5b08f
commit
d90065e0ef
@ -1,9 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddLastSeenReviewableIdToUser < ActiveRecord::Migration[7.0]
|
||||
disable_ddl_transaction!
|
||||
|
||||
def change
|
||||
add_column :users, :last_seen_reviewable_id, :integer, if_not_exists: true
|
||||
add_column :users, :last_seen_reviewable_id, :integer
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user