Differences From Artifact [e51c1fddd0]:
- File dashboard.scm (unpublished)— part of check-in [0bf123a8c3] at 2021-02-14 22:34:32 on branch v1.6569-multi-db-wip — Sync bunch of minor changes with v1.65-real (user: matt, size: 161867) [annotate] [blame] [check-ins using]
To Artifact [bc3ddeb08d]:
- File dashboard.scm (unpublished)— part of check-in [f6e1202aa2] at 2021-02-14 23:10:15 on branch v1.6569-multi-db-wip — Most ordering stuff fixed (user: matt, size: 161902) [annotate] [blame] [check-ins using]
︙ | |||
64 65 66 67 68 69 70 71 72 73 74 75 76 77 | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | + | ;; (declare (uses dbmod)) (import dbmod) ;; (declare (uses dbmod.import)) (declare (uses configfmod)) (import configfmod) (declare (uses configfmod.import)) (include "common_records.scm") (include "db_records.scm") (include "run_records.scm") (include "task_records.scm") (include "megatest-version.scm") ;; (include "megatest-fossil-hash.scm") |
︙ |