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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
I ran into this issue this evening, thanks for documenting the workaround! In my circumstance, I was able to validate there was an issue by seeing regulations-coreeregs.db contained no rows in the regcore_layer table (as contrasted w/ 60670 after running import_docs a second time).
$ sqlite3 eregs.db
sqlite>selectcount(*) from regcore_layer;
0
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are some dependencies between document types (e.g. layers pointing to regulations) which should be accounted for in the
import_docs
script.Current work around: run the script twice.
The text was updated successfully, but these errors were encountered: