mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-26 10:51:58 +01:00
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
Inserting into collections in `get_or_create_collection_id` was failing. The wrong column name was used in `get_collection_id`. It's also been converted to Diesel ORM calls. Closes STOR-422