Skip to content

Commit 38d8c42

Browse files
committed
Migration to remove the tmp description column used in the data migration
1 parent 961c37f commit 38d8c42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class RemoveTmpDescriptionSavedScenarios < ActiveRecord::Migration[7.2]
2+
def change
3+
remove_column :saved_scenarios, :tmp_description, :text
4+
end
5+
end

0 commit comments

Comments
 (0)