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

Benjamin Mako Hill || Want to submit a patch?