Sha256: 95328f563f45de6779e009bb68b6903a12fefa6b1d874b2af337ec5017556225

Contents?: true

Size: 326 Bytes

Versions: 5

Compression:

Stored size: 326 Bytes

Contents

# -*- encoding : utf-8 -*-

require "cardio/migration"

module Cardio
  class Migration
    # Inherit from this migration class to make database table changes
    # in your deck
    class DeckStructure < Migration
      @type = :deck

      def contentedly &block
        Schema.mode :deck, &block
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
card-1.103.4 lib/cardio/migration/deck_structure.rb
card-1.103.3 lib/cardio/migration/deck_structure.rb
card-1.103.2 lib/cardio/migration/deck_structure.rb
card-1.103.1 lib/cardio/migration/deck_structure.rb
card-1.103.0 lib/cardio/migration/deck_structure.rb