We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf0ffe commit c65956fCopy full SHA for c65956f
2 files changed
db/schema.rb
@@ -11,14 +11,6 @@
11
#
12
# It's strongly recommended to check this file into your version control system.
13
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
+ActiveRecord::Schema.define(:version => 0) do
23
24
end
db/seeds.rb
0 commit comments