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