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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-31 14:52:01 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-31 14:52:01 +0400
commitd8247012b5dd7578a5d9f9922352c7f373d89af4 (patch)
tree8c931c92cb005bbe199ac3ea418619340a98a2a1 /db
parent0ae9ac155c2d6d91060e0b0a3d528681aeb0dfe2 (diff)
repositories tab specs
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 3014579c16f..7f3264cc173 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -13,6 +13,18 @@
ActiveRecord::Schema.define(:version => 20111220190817) 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"