aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/duplicate/1_people_have_last_names.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/migrations/duplicate/1_people_have_last_names.rb')
-rw-r--r--activerecord/test/migrations/duplicate/1_people_have_last_names.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/activerecord/test/migrations/duplicate/1_people_have_last_names.rb b/activerecord/test/migrations/duplicate/1_people_have_last_names.rb
deleted file mode 100644
index 81af5fef5e..0000000000
--- a/activerecord/test/migrations/duplicate/1_people_have_last_names.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class PeopleHaveLastNames < ActiveRecord::Migration
- def self.up
- add_column "people", "last_name", :string
- end
-
- def self.down
- remove_column "people", "last_name"
- end
-end \ No newline at end of file