diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-14 18:04:29 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-14 18:04:29 +0200 |
commit | c1531fe1d801b175d8ecf7646592b1f5e9a8e508 (patch) | |
tree | 22960273b6f56a59fff3a976f7d55190b4ad75f8 /db/schema.rb | |
parent | cb5362e7ce0496e4fa7bec4ae629fd24e93d721e (diff) | |
download | gitlab-ce-c1531fe1d801b175d8ecf7646592b1f5e9a8e508.tar.gz |
Add spinach tests around accepting and declining invitations.
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 11371f168b9..70ef1bb8ea6 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20150411180045) do +ActiveRecord::Schema.define(version: 20150413192223) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -481,6 +481,7 @@ ActiveRecord::Schema.define(version: 20150411180045) do t.string "bitbucket_access_token" t.string "bitbucket_access_token_secret" t.string "location" + t.string "public_email", default: "", null: false end add_index "users", ["admin"], name: "index_users_on_admin", using: :btree |