public
Fork of trevorturk/el-dorado
Description: Localized version of El Dorado using Gibberish. Dutch language included.
Homepage: http://almosteffortless.com/eldorado/
Clone URL: git://github.com/jxl/el-dorado.git
Search Repo:
updated schema
jxl (author)
Sun May 04 07:08:40 -0700 2008
commit  2fc30ca3b478b4b00ce85ca6d852c4a2bdc978da
tree    79f172720c3473a9f24c1f846e0f2e7aa9802170
parent  1936ba7778c8af9340b424911174bcc96d10ad65
...
9
10
11
12
 
13
14
15
...
109
110
111
112
113
114
 
 
115
116
117
...
9
10
11
 
12
13
14
15
...
109
110
111
 
 
 
112
113
114
115
116
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 => 85) do
0
+ActiveRecord::Schema.define(:version => 86) do
0
 
0
   create_table "avatars", :force => true do |t|
0
     t.integer "parent_id"
0
@@ -109,9 +109,8 @@
0
     t.text "footer"
0
     t.string "theme"
0
     t.string "favicon"
0
- t.string "time_zone", :default => "UTC"
0
- t.boolean "private", :default => false
0
- t.string "login_message"
0
+ t.string "time_zone", :default => "UTC"
0
+ t.boolean "private", :default => false
0
     t.string "language"
0
   end
0
 

Comments

    No one has commented yet.