public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
fix drop_index ref

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2436 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sat Nov 04 19:10:13 -0800 2006
commit  2919e043db1030603369f5ca25ea3e1e30b13051
tree    de4aa9a4848dfe1df27f110a485ad521dbc89060
parent  a360da4c676d81c71de14672437ec9ac25898c89
...
4
5
6
7
 
8
9
...
4
5
6
 
7
8
9
0
@@ -4,6 +4,6 @@ class AddSiteHostIndex < ActiveRecord::Migration
0
   end
0
 
0
   def self.down
0
- drop_index :sites, :host
0
+ remove_index :sites, :host
0
   end
0
 end

Comments

    No one has commented yet.