Remove old columns

This commit is contained in:
Jorge Manrubia
2025-06-04 10:59:01 +02:00
parent 91787a3523
commit 07424f6cb1
@@ -0,0 +1,5 @@
class RemoveAutoClosePeriodFromCollections < ActiveRecord::Migration[8.1]
def change
remove_column :collections, :auto_close_period
end
end