Project

General

Profile

« Previous | Next » 

Revision 1ed9be73

Added by Marc Dequènes about 15 years ago

  • ID 1ed9be739c8455e3d08832375f77cafb50f4b50e

[fix] forgot to sync db dump

View differences:

db/schema.rb
add_index "exhibitions", ["name"], :name => "nom_2"
create_table "users", :force => true do |t|
t.string "login", :limit => 64, :null => false
t.string "real_name", :limit => 256
t.string "email", :limit => 128
t.string "hashed_password", :limit => 512, :null => false
t.string "salt", :limit => 64, :null => false
t.string "login", :limit => 64, :null => false
t.string "real_name", :limit => 256
t.string "email", :limit => 128
t.string "hashed_password", :limit => 512, :null => false
t.string "salt", :limit => 64, :null => false
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "admin", :default => false, :null => false
t.boolean "admin", :default => false, :null => false
t.string "prefered_language", :limit => 16
end
add_index "users", ["login"], :name => "login", :unique => true

Also available in: Unified diff