Sha256: 6ff347d66b9e39082f58e9fd9e188ac31bb7150b49295b9beb0b9395613c2d3c
Contents?: true
Size: 326 Bytes
Versions: 177
Compression:
Stored size: 326 Bytes
Contents
class CreateAuditLetterAuthors < ActiveRecord::Migration[5.0] def change create_view :reporting_main_authors_audit, materialized: true add_index :reporting_main_authors_audit, [:year, :month, :user_id], unique: true, name: "main_authors_audit_year_month_user_id" end end
Version data entries
177 entries across 177 versions & 1 rubygems