lib/generators/templates/install/notifications_migration.rb.erb in notification-renderer-1.2.5 vs lib/generators/templates/install/notifications_migration.rb.erb in notification-renderer-1.2.6
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
class NotificationRendererMigration < ActiveRecord::Migration<%= migration_version %>
- def change
- add_column :notifications, :type, :string, index: true
- end
+ def change
+ add_column :notifications, :type, :string, index: true
+ end
end