You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running the app on my local machine, but the populate script is broken atm. It complains about violated foreign key constraints:
task '<main>' panicked at 'called `Result::unwrap()` on an `Err` value: ERROR: insert or update on table "version_downloads" violates foreign key constraint "fk_version_downloads_version_id"', /Users/rustbuild/src/rust-buildbot/slave/nightly-mac/build/src/libcore/result.rs:743
I don't know if you are supposed to run the populate script, but I thought I'd let you know. 😄
The text was updated successfully, but these errors were encountered:
Ah yes this script is not actually intended to populate the entire database, I just used it as a bit of scratch work to populate dummy download data for a specific version id in my own database. I'll try to generalize it a bit!
Hi there, great work on creates.io so far!
I tried running the app on my local machine, but the populate script is broken atm. It complains about violated foreign key constraints:
I don't know if you are supposed to run the populate script, but I thought I'd let you know. 😄
The text was updated successfully, but these errors were encountered: