Project

General

Profile

Download (158 Bytes) Statistics
| Branch: | Tag: | Revision:
class DropSmartVariablePermissions < ActiveRecord::Migration[5.2]
def change
Permission.where(resource_type: 'VariableLookupKey').destroy_all
end
end
(327-327/386)