summaryrefslogtreecommitdiff
path: root/db/migrate/20130613173246_add_created_by_id_to_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130613173246_add_created_by_id_to_user.rb')
-rw-r--r--db/migrate/20130613173246_add_created_by_id_to_user.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20130613173246_add_created_by_id_to_user.rb b/db/migrate/20130613173246_add_created_by_id_to_user.rb
deleted file mode 100644
index 3138c0f40a7..00000000000
--- a/db/migrate/20130613173246_add_created_by_id_to_user.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddCreatedByIdToUser < ActiveRecord::Migration
- def change
- add_column :users, :created_by_id, :integer
- end
-end