exported by

This commit is contained in:
Sunandar
2017-02-11 14:13:47 +06:30
parent 723ad7462a
commit 821c2d265e

View File

@@ -0,0 +1,5 @@
class RenameOfCreatedByInBatches < ActiveRecord::Migration[5.0]
def change
rename_column :batches, :created_by, :exported_by
end
end