Merge branch 'main' into glitch-soc/merge-upstream
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveLockVersionFromAccountStats < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
safety_assured do
|
||||
remove_column :account_stats, :lock_version, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user