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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-21 13:08:10 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-21 13:08:10 +0400
commit3b0d7a30718a26b019a14a9e5c0b61f3c3fee58d (patch)
tree0cc00243a0172260beaf511a39c00309ba3282f3 /db/schema.rb
parented3d31d5b2a3b4384273689f92dd39b10244dd37 (diff)
Drop deprecated tables
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb28
1 files changed, 1 insertions, 27 deletions
diff --git a/db/schema.rb b/db/schema.rb
index c2ba5b65fc3..b8e7d3dd6f2 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 => 20130819182730) do
+ActiveRecord::Schema.define(:version => 20130821090530) do
create_table "deploy_keys_projects", :force => true do |t|
t.integer "deploy_key_id", :null => false
@@ -246,32 +246,6 @@ ActiveRecord::Schema.define(:version => 20130819182730) do
t.string "name"
end
- create_table "user_team_project_relationships", :force => true do |t|
- t.integer "project_id"
- t.integer "user_team_id"
- t.integer "greatest_access"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
- end
-
- create_table "user_team_user_relationships", :force => true do |t|
- t.integer "user_id"
- t.integer "user_team_id"
- t.boolean "group_admin"
- t.integer "permission"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
- end
-
- create_table "user_teams", :force => true do |t|
- t.string "name"
- t.string "path"
- t.integer "owner_id"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
- t.string "description", :default => "", :null => false
- end
-
create_table "users", :force => true do |t|
t.string "email", :default => "", :null => false
t.string "encrypted_password", :default => "", :null => false