Along with a brand new db, w/ schema: https://github.com/mozilla-services/syncstorage-rs/blob/0.1.6/spanner-2019-10-01.ddl (Reminder: you'll want to remove the `INSERT INTO collections` query when running the DDL. Then run that `INSERT` as a separate query after db creation). And please enable the following env variable: ``` RUST_BACKTRACE=1 ```
Bug 1594548 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Along with a brand new db, w/ schema: https://github.com/mozilla-services/syncstorage-rs/blob/refactor/schema/spanner-2019-10-01.ddl (Reminder: you'll want to remove the `INSERT INTO collections` query when running the DDL. Then run that `INSERT` as a separate query after db creation). And please enable the following env variable: ``` RUST_BACKTRACE=1 ```