Sha256: 462923ec5dbf8c44e6052c81ef2daa499acc422baf1d8cd8ff19db143211b9c6

Contents?: true

Size: 199 Bytes

Versions: 3

Compression:

Stored size: 199 Bytes

Contents

# frozen_string_literal: true

class NotificationRendererMigration < ActiveRecord::Migration<%= migration_version %>
  def change
    add_column :notifications, :type, :string, index: true
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
notification-renderer-3.0.2 lib/generators/templates/install/notifications_migration.rb.erb
notification-renderer-2.0.0 lib/generators/templates/install/notifications_migration.rb.erb
notification-renderer-1.2.6 lib/generators/templates/install/notifications_migration.rb.erb