summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-23 07:11:09 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-23 07:11:09 +0300
commit2b683b0d0bf90c84b33ec4ed5c70e3bc787094e2 (patch)
tree041bad694cd0013d52d64e5fd89e32f962b35952 /db
parent96105e214f0517d38a4dd1b2140993e03caa1e66 (diff)
downloadgitlab-ce-2b683b0d0bf90c84b33ec4ed5c70e3bc787094e2.tar.gz
Ability to create project with namespace
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 90b027d412b..8ce3df0d65a 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20121122150932) do
+ActiveRecord::Schema.define(:version => 20121123104937) do
create_table "events", :force => true do |t|
t.string "target_type"
@@ -195,6 +195,7 @@ ActiveRecord::Schema.define(:version => 20121122150932) do
t.datetime "locked_at"
t.string "extern_uid"
t.string "provider"
+ t.string "username"
end
add_index "users", ["email"], :name => "index_users_on_email", :unique => true