Project

General

Profile

Download (221 Bytes) Statistics
| Branch: | Tag: | Revision:
class DropVariableLookupKey < ActiveRecord::Migration[5.2]
def up
variables = LookupKey.where(:type => 'VariableLookupKey')
LookupValue.where(lookup_key: variables).delete_all
variables.delete_all
end
end
(474-474/474)