Sha256: 7ffbe63139e6e003d66193231556f90c721a184bbb324ff2cc6a487e41480fbd

Contents?: true

Size: 193 Bytes

Versions: 4

Compression:

Stored size: 193 Bytes

Contents

class <%= migration_class_name %> < GroongaClientModel::Migration
  def up
    delete_config "<%= @config_key %>"
  end

  def down
    # set_config "<%= @config_key %>", "old value"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
groonga-client-model-6.0.1 lib/rails/generators/groonga_client_model/migration/templates/delete_config_migration.rb
groonga-client-model-6.0.0 lib/rails/generators/groonga_client_model/migration/templates/delete_config_migration.rb
groonga-client-model-1.0.2 lib/rails/generators/groonga_client_model/migration/templates/delete_config_migration.rb
groonga-client-model-1.0.1 lib/rails/generators/groonga_client_model/migration/templates/delete_config_migration.rb