public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Fixed schema.rb for migration #76. See 
http://github.com/technoweenie/mephisto/commit/bc58c2c800ee1bb8e33b4054e85
65ce7e19ee8fa#comment_2028
yaroslav (author)
Thu Jun 05 02:57:46 -0700 2008
commit  e7a9be2ab738eba70cfa6431b530ecc80c2e3777
tree    b1f9a64bf4b23f488ee3a9676decfe00f56c3ba6
parent  33a730791242bb12b2bcd8cfab0a59e2b750b725
...
9
10
11
12
 
13
14
15
...
179
180
181
 
182
183
184
...
9
10
11
 
12
13
14
15
...
179
180
181
182
183
184
185
0
@@ -9,7 +9,7 @@
0
 #
0
 # It's strongly recommended to check this file into your version control system.
0
 
0
-ActiveRecord::Schema.define(:version => 75) do
0
+ActiveRecord::Schema.define(:version => 76) do
0
 
0
   create_table "assets", :force => true do |t|
0
     t.string "content_type"
0
@@ -179,6 +179,7 @@ ActiveRecord::Schema.define(:version => 75) do
0
     t.string "current_theme_path"
0
     t.string "akismet_key", :limit => 100
0
     t.string "akismet_url"
0
+ t.string "lang", :default => "en-US", :null => false
0
   end
0
 
0
   add_index "sites", ["host"], :name => "index_sites_on_host"

Comments

    No one has commented yet.