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

Benjamin Mako Hill || Want to submit a patch?