Created
February 24, 2009 00:42
-
-
Save mortenbagai/69300 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tubbs:~ morten$ heroku db:pull sqlite://foo.db --app wiki | |
Receiving schema from remote taps server http://heroku:[email protected] into local database sqlite://foo.db | |
Receiving data from remote taps server http://heroku:[email protected] into local database sqlite://foo.db | |
8 tables, 567 records | |
schema_info: 100% |==========================================| Time: 00:00:00 | |
users: 100% |==========================================| Time: 00:00:00 | |
comments: 100% |==========================================| Time: 00:00:00 | |
pages: 100% |==========================================| Time: 00:00:00 | |
revisions: 100% |==========================================| Time: 00:00:02 | |
sessions: 100% |==========================================| Time: 00:00:00 | |
tags: 100% |==========================================| Time: 00:00:00 | |
taggings: 100% |==========================================| Time: 00:00:00 | |
Receiving schema indexes from remote taps server http://heroku:[email protected] into local database sqlite://foo.db | |
nil | |
Resetting db sequences in sqlite://foo.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment