Sha256: 1d63455e6c1d73e63d8d3b432eb2e7c627576b30406728a5da101813c662db6f

Contents?: true

Size: 984 Bytes

Versions: 8

Compression:

Stored size: 984 Bytes

Contents

<table id="func_remove_index" border="0" style="margin-left:2em;">
  <tr>
    <th>Func</th>
    <th>Table</th>
    <% MigrationDefs::RemoveIndexOption::Description.each_key do |key| %>
      <th><%= key %></th>
    <% end %>
    <th>delete</th>
  </tr>
  <tr>
    <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][name]', 'remove_index', :readonly => true %></td>
    <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][table_name]', @migration_func.name, :readonly => true %></td>
    <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][index_name]', !@migration_func.option.nil? ? @migration_func.option.name : "" %></td>
    <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][columns]', !@migration_func.option.nil? ? @migration_func.option.column : "" %></td>
    <td><%= check_box_tag '[methods][' + @migration_method.name + '][funcs][][delete]', true, false %></td>
  </tr>
</table>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
visual_migrate-4.1.7.0 app/views/layouts/visual_migrate/_func_remove_index.html.erb
visual_migrate-4.1.0.0 app/views/layouts/visual_migrate/_func_remove_index.html.erb
visual_migrate-4.0.2.0 app/views/layouts/visual_migrate/_func_remove_index.html.erb
visual_migrate-4.0.1.6 app/views/layouts/visual_migrate/_func_remove_index.html.erb
visual_migrate-4.0.1.5 app/views/layouts/visual_migrate/_func_remove_index.html.erb
visual_migrate-4.0.1.4 app/views/layouts/visual_migrate/_func_remove_index.html.erb
visual_migrate-4.0.1.3 app/views/layouts/visual_migrate/_func_remove_index.html.erb
visual_migrate-4.0.1.2 app/views/layouts/visual_migrate/_func_remove_index.html.erb