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:
authorGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2016-02-02 15:29:41 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-19 19:24:59 +0300
commit433de7baca62060cec1adda7183ede1acdd03da7 (patch)
tree00df11b2ca191098ee4fd9e24352dd4611287603 /app/models/ci/build.rb
parentede451c851f2bc5f445a1ff7a418735f4a98405f (diff)
Remove boolean erase column from ci build and foreign key
Diffstat (limited to 'app/models/ci/build.rb')
-rw-r--r--app/models/ci/build.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/ci/build.rb b/app/models/ci/build.rb
index f114e57d35f..4e22ee3962b 100644
--- a/app/models/ci/build.rb
+++ b/app/models/ci/build.rb
@@ -31,7 +31,6 @@
# artifacts_file :text
# gl_project_id :integer
# artifacts_metadata :text
-# erased :boolean default(FALSE)
# erased_by_id :integer
# erased_at :datetime
#