Anexos aninhados

This commit is contained in:
2008-04-22 12:02:51 -03:00
parent 0695c44b21
commit ba62ba336c
10 changed files with 80 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 35) do
ActiveRecord::Schema.define(:version => 36) do
create_table "attachments", :force => true do |t|
t.string "file_name", :null => false
@@ -19,6 +19,7 @@ ActiveRecord::Schema.define(:version => 35) do
t.integer "size"
t.integer "course_id"
t.datetime "deleted_at"
t.string "path"
end
create_table "courses", :force => true do |t|