Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAriejan de Vroom <ariejan@ariejan.net>2011-12-13 04:03:26 +0400
committerAriejan de Vroom <ariejan@ariejan.net>2011-12-13 04:03:26 +0400
commitbc0155fbaa1261f348324c1ddf5d1eaba5907f77 (patch)
tree3c8f651b1572b9a515a994b8d015ee770885fdc1 /db
parent1c9b9b7a3b0ae2ee60e4cda5d1ac2541c17302f8 (diff)
First attempt at a post-receive hook that posts directly to Resque
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 17246a614f8..613b65cb2ad 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -13,18 +13,6 @@
ActiveRecord::Schema.define(:version => 20111207211728) do
- create_table "features", :force => true do |t|
- t.string "name"
- t.string "branch_name"
- t.integer "assignee_id"
- t.integer "author_id"
- t.integer "project_id"
- t.datetime "created_at"
- t.datetime "updated_at"
- t.string "version"
- t.integer "status", :default => 0, :null => false
- end
-
create_table "issues", :force => true do |t|
t.string "title"
t.integer "assignee_id"