Sha256: b6ce302d178655a6459e60ecff0f824f8a5f360c30fcab2a3c9dd4b85285f3fa
Contents?: true
Size: 179 Bytes
Versions: 5
Compression:
Stored size: 179 Bytes
Contents
class FixCreateKpathDefault < ActiveRecord::Migration def self.up execute %Q{UPDATE acls SET create_kpath = 'N' WHERE create_kpath IS NULL} end def self.down end end
Version data entries
5 entries across 5 versions & 1 rubygems