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:
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'