mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 04:15:42 +08:00
This reverts commit e599b5b08f4323d50fb2dd584dbb06333d60b995. 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…
x
Reference in New Issue
Block a user