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