summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-08 12:49:06 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-08 12:49:06 +0200
commit77fb7e078e49685fa649abc8ebe24376203c2c2c (patch)
tree68660e28e38860a0cdebdbab1345d8af5300b328 /db/schema.rb
parent8404ab46b91103033a78fdd183e9873f85799b6f (diff)
downloadgitlab-ce-77fb7e078e49685fa649abc8ebe24376203c2c2c.tar.gz
Fix db schema
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb10
1 files changed, 1 insertions, 9 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 05d024c8c88..fb0982b10fd 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: 20150625153454) do
+ActiveRecord::Schema.define(version: 20150620233230) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -344,14 +344,6 @@ ActiveRecord::Schema.define(version: 20150625153454) do
add_index "oauth_applications", ["owner_id", "owner_type"], name: "index_oauth_applications_on_owner_id_and_owner_type", using: :btree
add_index "oauth_applications", ["uid"], name: "index_oauth_applications_on_uid", unique: true, using: :btree
- create_table "participants", force: true do |t|
- t.integer "target_id", null: false
- t.string "target_type", null: false
- t.integer "user_id", null: false
- t.datetime "created_at"
- t.datetime "updated_at"
- end
-
create_table "project_import_data", force: true do |t|
t.integer "project_id"
t.text "data"