Sha256: a7a863b18cf74a1d90de37fc8ea8ff2abe00844ee507d0ea4863e42d34622eb2

Contents?: true

Size: 335 Bytes

Versions: 21

Compression:

Stored size: 335 Bytes

Contents

# This migration comes from keppler_frontend (originally 20180827154249)
class CreateKepplerFrontendViewCallbacks < ActiveRecord::Migration[5.2]
  def change
    create_table :keppler_frontend_view_callbacks do |t|
      t.string :name
      t.string :function_type
      t.integer :view_id
      
      t.timestamps
    end
  end
end

Version data entries

21 entries across 20 versions & 1 rubygems

Version Path
keppler-2.1.18 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.18 testing-with-2.1.18/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.17 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.16 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.15 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.14 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.13 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.12 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.11 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.10 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.9 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.8 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.7 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.6 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.5 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.4 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.3 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.2 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.1 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb
keppler-2.1.pre.p1 installer/core/db/migrate/20180827154329_create_keppler_frontend_view_callbacks.keppler_frontend.rb