From 970e0686c6b757803102ba96a51c6970427cf1d2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 21 Jan 2017 22:46:37 +0100 Subject: reproducible Debian: drop drawn schema as we now have generated ones Signed-off-by: Holger Levsen --- reproducible_schema.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 reproducible_schema.svg diff --git a/reproducible_schema.svg b/reproducible_schema.svg deleted file mode 100644 index 2d115c0e..00000000 --- a/reproducible_schema.svg +++ /dev/null @@ -1 +0,0 @@ -
results
[Not supported by viewer]
  • id (int, PK)
  • package_id (int, not null, FK)
  • version (text, not null)
  • status (text)
  • build_date (text)
  • build_duration (text)
  • unique (package, version)
[Not supported by viewer]
sources
[Not supported by viewer]
  • id (int, PK)
  • name (text)
  • version (text)
  • suite (text)
  • architecture (text)
  • unique (name, suite, architecture)
[Not supported by viewer]
schema
[Not supported by viewer]
  • version (int, PK)
  • date (text, not null)
[Not supported by viewer]
schedule
[Not supported by viewer]
  • id (int, PK)
  • package_id (text, not null, FK)
  • date_scheduled (text, not null)
  • date_build_started (text, not null)
  • save_artifacts (int)
  • unique (package, version)
[Not supported by viewer]
stats_build
[Not supported by viewer]
  • id (int, PK)
  • name (text, not null)
  • version (text, not null)
  • suite (text, not null)
  • architecture (text, not null)
  • status (text, not null)
  • build_date (text, not null)
  • build_duration (text, not null)
  • unique (name, version, suite, architecture, build_date)
[Not supported by viewer]
This table is quite the same of results, but
it is meant to keep record of all builds.
The choice of duplicating data in this way is done for
performarce reasones.
[Not supported by viewer]
-- cgit v1.2.3-54-g00ecf