Commit 7058258a2afbc3335da7568ea2e2f5337bbc00b4
1 parent
08994f3f
Exists in
master
and in
4 other branches
Fixed db_schema & reordered rake tasks
Showing
4 changed files
with
16 additions
and
12 deletions
Show diff stats
db/schema.rb
... | ... | @@ -11,7 +11,8 @@ |
11 | 11 | # |
12 | 12 | # It's strongly recommended to check this file into your version control system. |
13 | 13 | |
14 | -ActiveRecord::Schema.define(:version => 20120329170745) do | |
14 | +ActiveRecord::Schema.define(:version => 20120413135904) do | |
15 | + | |
15 | 16 | create_table "events", :force => true do |t| |
16 | 17 | t.string "target_type" |
17 | 18 | t.integer "target_id" |
... | ... | @@ -64,7 +65,7 @@ ActiveRecord::Schema.define(:version => 20120329170745) do |
64 | 65 | t.text "st_commits", :limit => 2147483647 |
65 | 66 | t.text "st_diffs", :limit => 2147483647 |
66 | 67 | t.boolean "merged", :default => false, :null => false |
67 | - t.boolean "auto_merge", :default => true, :null => false | |
68 | + t.integer "state", :default => 1, :null => false | |
68 | 69 | end |
69 | 70 | |
70 | 71 | add_index "merge_requests", ["project_id"], :name => "index_merge_requests_on_project_id" | ... | ... |
lib/tasks/gitlab/setup.rake
lib/tasks/gitlab_enable_automerge.rake