added attachment_fu and made the set of changes
[selectricity-live] / db / migrate / 002_create_full_voters.rb
diff --git a/db/migrate/002_create_full_voters.rb b/db/migrate/002_create_full_voters.rb
deleted file mode 100644 (file)
index 692a81d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-class CreateFullVoters < ActiveRecord::Migration
-  def self.up
-    create_table :full_voters do |t|
-      # t.column :name, :string
-    end
-  end
-
-  def self.down
-    drop_table :full_voters
-  end
-end

Benjamin Mako Hill || Want to submit a patch?