Differences From Artifact [629bb91e62]:
- File db.scm — part of check-in [681937af52] at 2021-02-15 00:17:24 on branch v1.6569-multi-db-wip — Few more issues cleaned up and it seems to be running (user: matt, size: 18522) [annotate] [blame] [check-ins using] [more...]
To Artifact [a8f36ca69a]:
- File db.scm — part of check-in [90ea1e537b] at 2021-02-19 16:31:25 on branch v1.6569-multi-db — Added (declare (uses servermod)) and (import servermod) to fix megatest -cleanup-db (user: mmgraham, size: 18569) [annotate] [blame] [check-ins using] [more...]
︙ | |||
41 42 43 44 45 46 47 48 49 50 51 52 53 54 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + + + | (import commonmod) (declare (uses configfmod)) (import configfmod) (declare (uses dbmod)) (import dbmod) (declare (uses servermod)) (import servermod) (include "common_records.scm") (include "db_records.scm") (include "key_records.scm") (include "run_records.scm") ;; MUST RESOLVE mt:process-triggers before these can move to dbmod. |
︙ |