Sha256: 18e0ff48dc17a82a42ac145ecf81fb6a8ece97727f04670632533887682b5910

Contents?: true

Size: 325 Bytes

Versions: 13

Compression:

Stored size: 325 Bytes

Contents

module DBViewCTI
  module Migration
    module CommandRecorder

      def cti_create_view(*args)
        record(:cti_create_view, args)
      end

      def cti_drop_view(*args)
        record(:cti_drop_view, args)
      end

      def invert_cti_create_view(args)
        [:cti_drop_view, args]
      end

    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
dbview_cti-0.2.3 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.2.2 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.2.1 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.2.0 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.1.5 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.1.4 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.1.3 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.1.2 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.1.1 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.1.0 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.0.3 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.0.2 lib/db_view_cti/migration/command_recorder.rb
dbview_cti-0.0.1 lib/db_view_cti/migration/command_recorder.rb