Sha256: 6a6e24bd8fc93caaa3618ee07a3c93764671a9fd57aaa69f5716156609ad416d
Contents?: true
Size: 493 Bytes
Versions: 7
Compression:
Stored size: 493 Bytes
Contents
# To change this template, choose Tools | Templates # and open the template in the editor. class MigrationVersions < Entities def setup_data value_str :class_name value_int :version end # These Entities don't migrate def migrate end end # This way MigrationVersions is instantiated immediately, instead of # any time later when calling QooxView.init RPCQooxdooService.add_prime_service( MigrationVersions, 'Entities.MigrationVersions')
Version data entries
7 entries across 7 versions & 1 rubygems