class AddFieldsToGltfModel

typed: true

Public Instance Methods

change() click to toggle source
# File server/redux-os/db/migrate/20191012140938_add_fields_to_gltf_model.rb, line 3
def change
  add_column :gltf_models, :bin_global_path, :text
  add_column :gltf_models, :textures_directory_global_path, :text
end