summaryrefslogtreecommitdiff
path: root/db/migrate/20131129154016_add_archived_to_projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20131129154016_add_archived_to_projects.rb')
-rw-r--r--db/migrate/20131129154016_add_archived_to_projects.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20131129154016_add_archived_to_projects.rb b/db/migrate/20131129154016_add_archived_to_projects.rb
deleted file mode 100644
index e8e6908d137..00000000000
--- a/db/migrate/20131129154016_add_archived_to_projects.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddArchivedToProjects < ActiveRecord::Migration
- def change
- add_column :projects, :archived, :boolean, default: false, null: false
- end
-end