That query is nothing to worry about. It's just rails running a query to 
figure out which tables you have in your database so it can figure out which 
columns they have so it can make your models work properly.

In production it should only run once (when the server is first started). 
But then again you probably shouldn't be using sqlite in production.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/JE4CDNx0PaYJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to