Skip to content
Extraits de code Groupes Projets
Valider 7c59a5b4 rédigé par Raphael's avatar Raphael
Parcourir les fichiers

Schema changed on rebuild

parent 31146729
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -80,19 +80,6 @@ ActiveRecord::Schema.define(:version => 20110202015222) do ...@@ -80,19 +80,6 @@ ActiveRecord::Schema.define(:version => 20110202015222) do
add_index "data_points", ["statistic_id"], :name => "index_data_points_on_statistic_id" add_index "data_points", ["statistic_id"], :name => "index_data_points_on_statistic_id"
create_table "histories", :force => true do |t|
t.string "message"
t.string "username"
t.integer "item"
t.string "table"
t.integer "month", :limit => 2
t.integer "year", :limit => 8
t.datetime "created_at"
t.datetime "updated_at"
end
add_index "histories", ["item", "table", "month", "year"], :name => "index_histories_on_item_and_table_and_month_and_year"
create_table "invitations", :force => true do |t| create_table "invitations", :force => true do |t|
t.text "message" t.text "message"
t.integer "sender_id", :null => false t.integer "sender_id", :null => false
...@@ -472,7 +459,6 @@ ActiveRecord::Schema.define(:version => 20110202015222) do ...@@ -472,7 +459,6 @@ ActiveRecord::Schema.define(:version => 20110202015222) do
t.string "mongo_id" t.string "mongo_id"
t.string "invitation_service" t.string "invitation_service"
t.string "invitation_identifier" t.string "invitation_identifier"
t.text "open_aspects"
end end
add_index "users", ["email"], :name => "index_users_on_email" add_index "users", ["email"], :name => "index_users_on_email"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter