Sha256: 74927766f85f5db71e50c7545e18c3eac3bd4b8625142cdcc5d01cf346f3f220

Contents?: true

Size: 272 Bytes

Versions: 3

Compression:

Stored size: 272 Bytes

Contents

class CreateStatixiteDeployments < ActiveRecord::Migration
  def change
    create_table :statixite_deployments do |t|
      t.string :version
      t.string :sha
      t.integer :site_id
      t.timestamps
    end
    add_index :statixite_deployments, :site_id
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
statixite-1.0.2 db/migrate/20150610024047_create_statixite_deployments.rb
statixite-1.0.1 db/migrate/20150610024047_create_statixite_deployments.rb
statixite-1.0.0 db/migrate/20150610024047_create_statixite_deployments.rb