5 lines
85 B
Ruby
5 lines
85 B
Ruby
class RenameCafIdToObjectiveId < ActiveRecord::Migration[7.0]
|
|
def change
|
|
end
|
|
end
|