Sha256: 42270e355c764b548c7f6a0718d13f8ae97808bef5142be9af3186e78067aa6c
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
ActiveRecord::Schema.define(:version => 1) do create_table "bots", :force => true do |t| t.string "name" t.datetime "created_at" t.datetime "updated_at" end create_table "robots", :force => true do |t| t.string "name" t.datetime "created_at" t.datetime "updated_at" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
is_bot-0.3.0 | spec/schema.db |
is_bot-0.2.0 | spec/schema.db |
is_bot-0.1.0 | spec/schema.db |