summaryrefslogtreecommitdiff
path: root/db/migrate/20140125162722_add_avatar_to_projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140125162722_add_avatar_to_projects.rb')
-rw-r--r--db/migrate/20140125162722_add_avatar_to_projects.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20140125162722_add_avatar_to_projects.rb b/db/migrate/20140125162722_add_avatar_to_projects.rb
deleted file mode 100644
index 888341b7535..00000000000
--- a/db/migrate/20140125162722_add_avatar_to_projects.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddAvatarToProjects < ActiveRecord::Migration
- def change
- add_column :projects, :avatar, :string
- end
-end