Skip to content
Snippets Groups Projects
Commit dc69ef51 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

submit pg compatible schema

parent c5ae5f8a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,9 +18,9 @@ ActiveRecord::Schema.define(:version => 20130129121754) do
t.string "ref"
t.string "status"
t.datetime "finished_at"
t.text "trace", :limit => 2147483647
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.text "trace"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.string "sha"
t.datetime "started_at"
t.string "tmp_file"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment