fix: clean up payout migrations, remove ghosts, add defaults and indexes

This commit is contained in:
kbe
2025-09-17 00:02:59 +02:00
parent bc09feafc1
commit d2c43cfc2f
7 changed files with 13 additions and 22 deletions

View File

@@ -0,0 +1,4 @@
class FixPayoutSystemDefaultsAndIndexes < ActiveRecord::Migration[8.0]
def change
end
end