Skip to content

./sqlite_dump ~/.dropbox/config.db isn't providing host_id or root_ns #5

@rebroad

Description

@rebroad

Running this command on my system gives:-

BEGIN TRANSACTION;
CREATE TABLE config (key TEXT PRIMARY KEY NOT NULL, value BLOB);
INSERT INTO "config" VALUES('config_schema_version',2);
COMMIT;

rather than the output suggested by the README.rst file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions