Sha256: ca6dc7a4ae3fd8c833ae54f6e2e30b7f4f90f43e96541715054f7f8e5b232813
Contents?: true
Size: 229 Bytes
Versions: 9
Compression:
Stored size: 229 Bytes
Contents
class CreateTerminalBuilds < ActiveRecord::Migration def change create_table :terminal_builds do |t| t.string :version t.string :source t.text :hashes t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems