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
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class AddLastSeenReviewableIdToUser < ActiveRecord::Migration[7.0]
|
class AddLastSeenReviewableIdToUser < ActiveRecord::Migration[7.0]
|
||||||
disable_ddl_transaction!
|
|
||||||
|
|
||||||
def change
|
def change
|
||||||
add_column :users, :last_seen_reviewable_id, :integer, if_not_exists: true
|
add_column :users, :last_seen_reviewable_id, :integer
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue