mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:52:46 +08:00
FIX: MigrateInviteRedeemedDataToInvitedUsers should be normal migration (#10013)
This commit is contained in:
parent
3ff3e6dc10
commit
274db95fb2
|
@ -1,5 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'migration/column_dropper'
|
||||
|
||||
class MigrateInviteRedeemedDataToInvitedUsers < ActiveRecord::Migration[6.0]
|
||||
def up
|
||||
%i{user_id redeemed_at}.each do |column|
|
Loading…
Reference in New Issue
Block a user