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:
authorStan Hu <stanhu@gmail.com>2015-05-03 19:05:38 +0300
committerStan Hu <stanhu@gmail.com>2015-05-03 23:38:27 +0300
commita3157626f1970158573c71066982fac6a9ffe7ce (patch)
tree3ceff636dbc14812b5d785f6520031c0c4783032 /app/models/project_import_data.rb
parente22936c60f44f96db497b2355379d86c9b69b8d8 (diff)
Re-annotate models
Diffstat (limited to 'app/models/project_import_data.rb')
-rw-r--r--app/models/project_import_data.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/models/project_import_data.rb b/app/models/project_import_data.rb
index 6a8a8a56eb5..cd3319f077e 100644
--- a/app/models/project_import_data.rb
+++ b/app/models/project_import_data.rb
@@ -1,10 +1,10 @@
# == Schema Information
#
-# Table name: project_import_datas
+# Table name: project_import_data
#
-# id :integer not null, primary key
-# project_id :integer
-# data :text
+# id :integer not null, primary key
+# project_id :integer
+# data :text
#
require 'carrierwave/orm/activerecord'