Sha256: 12caf3abd487dcb0d0b2401214ce09e86464245ffd3ff08a0668f620115ef375

Contents?: true

Size: 313 Bytes

Versions: 2

Compression:

Stored size: 313 Bytes

Contents

class CreateDistribuoReleases < ActiveRecord::Migration[6.0]
  def change
    create_table :distribuo_releases, id: :uuid do |t|
      t.references :app, type: :uuid, index: true
      t.string :bundle_id
      t.integer :position
      t.string :version
      t.text :notes

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
distribuo-0.1.16 db/migrate/20201118080220_create_distribuo_releases.rb
distribuo-0.1.8 db/migrate/20201118080220_create_distribuo_releases.rb