Sha256: f13f4c62eacd10c2df4f8d43df013506da39fd443c7a2b934e92b75438edac70
Contents?: true
Size: 153 Bytes
Versions: 1
Compression:
Stored size: 153 Bytes
Contents
class AddUserEncodingToEventImportFile < ActiveRecord::Migration[5.2] def change add_column :event_import_files, :user_encoding, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_event-0.4.0.rc.1 | db/migrate/20140628071719_add_user_encoding_to_event_import_file.rb |