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 !
rename migrations to account for dupe migration with stable

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2935 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Mon Jul 23 07:37:36 -0700 2007
commit  4cd2a0ca62e61595d58676d19f1737ef4345efc9
tree    569049b3699c6fe7078407a6be5a6f68c9ef6ab4
parent  2e83e3376ebe129cbe05654c87547b26b31c6f74
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@
0
 # migrations feature of ActiveRecord to incrementally modify your database, and
0
 # then regenerate this schema definition.
0
 
0
-ActiveRecord::Schema.define(:version => 72) do
0
+ActiveRecord::Schema.define(:version => 73) do
0
 
0
   create_table "assets", :force => true do |t|
0
     t.column "content_type", :string

Comments

    No one has commented yet.