Fix int and string overflow during prod import
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class ChangeUsageLimitToBigintInAccountJoinCodes < ActiveRecord::Migration[8.2]
|
||||
def change
|
||||
change_column :account_join_codes, :usage_count, :bigint
|
||||
change_column :account_join_codes, :usage_limit, :bigint
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user