My heroku app has dev plan.
The app is useable and works and if I use pg:backups to download a backup and view it locally I can see that it has data.
However, when I do heroku pg:info, it gives me 0 tables and 0 rows:
Connections: 0
Created: 2012-10-25 09:18 UTC
Data Size: 6.1 MB
Fork/Follow: Unavailable
PG Version: 9.1.6
Plan: Dev
Rows: 0/10000 (In compliance)
Status: available
Tables: 0
What's going on?