aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy2/1_create_articles.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/migrations/to_copy2/1_create_articles.rb')
-rw-r--r--activerecord/test/migrations/to_copy2/1_create_articles.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/activerecord/test/migrations/to_copy2/1_create_articles.rb b/activerecord/test/migrations/to_copy2/1_create_articles.rb
new file mode 100644
index 0000000000..85c166b319
--- /dev/null
+++ b/activerecord/test/migrations/to_copy2/1_create_articles.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+class CreateArticles < ActiveRecord::Migration::Current
+ def self.up
+ end
+
+ def self.down
+ end
+end