]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/validates_email_format_of/test/schema.rb
Update validates_email_format_of plugin
[rails.git] / vendor / plugins / validates_email_format_of / test / schema.rb
diff --git a/vendor/plugins/validates_email_format_of/test/schema.rb b/vendor/plugins/validates_email_format_of/test/schema.rb
new file mode 100644 (file)
index 0000000..962bfd5
--- /dev/null
@@ -0,0 +1,10 @@
+ActiveRecord::Schema.define(:version => 0) do
+  create_table :people, :force => true do |t|
+    t.column "email", :string
+  end
+
+  create_table :mx_records, :force => true do |t|
+    t.column "email", :string
+  end
+
+end
\ No newline at end of file