Sha256: 94dc1cae127a2d1a33f4e4be401873771e512552f418a180e81836523e663ecf
Contents?: true
Size: 148 Bytes
Versions: 77
Compression:
Stored size: 148 Bytes
Contents
class RemoveRepoExportPermission < ActiveRecord::Migration[6.0] def change Permission.where(:name => 'export_products').destroy_all end end
Version data entries
77 entries across 77 versions & 1 rubygems