Skip to content

Commit c65956f

Browse files
committed
removed unused files and schema
1 parent 1cf0ffe commit c65956f

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

db/schema.rb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
#
1212
# It's strongly recommended to check this file into your version control system.
1313

14-
ActiveRecord::Schema.define(:version => 20110830001940) do
15-
16-
create_table "questions", :force => true do |t|
17-
t.string "title"
18-
t.text "description"
19-
t.integer "user_id"
20-
t.datetime "created_at"
21-
t.datetime "updated_at"
22-
end
14+
ActiveRecord::Schema.define(:version => 0) do
2315

2416
end

db/seeds.rb

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)