summaryrefslogtreecommitdiff
path: root/misc/database-layout.dmf
AgeCommit message (Collapse)Author
2020-02-24misc/database-layout: new column `binary_packages`.`signing_key` referencing ↵Erich Eckner
`gpg_keys`.`id`
2019-10-17`compressions` and `binary_packages`.`compression` newErich Eckner
2019-09-12`package_sources`.`upstream_flag_date` newErich Eckner
2019-08-23misc/database-layout: `toolchain_order` has a new column ↵Erich Eckner
`requires_all_dependencies_built` and a new key
2019-07-15misc/database-layout: new columns "public_key" in "gpg_keys"Erich Eckner
2019-07-15misc/database-layout: new columns "exit_code" and "duration" in "ssh_log"Erich Eckner
2019-06-28new table `command_log`Erich Eckner
2019-06-19`build_slaves`.`access_allowed` newErich Eckner
2019-06-18misc/database-layout.dmf: fix overlapping linksErich Eckner
2019-06-18new column `build_assignments`.`currently_blocking` to count how many ↵Erich Eckner
dependent package builds are blocked by this build_assignment
2019-06-11some adaption in db layoutAndreas Baumann
2019-04-14`architecture_compatibilities`.`build_slave_compatible` new - it holds ↵Erich Eckner
whether build slave of architecture `runs_on` can build package for architecture `built_for`
2019-03-07new table `upstream_packages`Erich Eckner
2019-02-19new column in install_target_providers to reflect wether it is a group or a ↵Erich Eckner
provides
2018-09-13misc/database-layout.dump, misc/database-layout.dmf: represent ↵Erich Eckner
toolchain_order correctly
2018-09-03misc/database-layout.dump, misc/database-layout.dmf: new table `versions` - ↵Erich Eckner
not yet in FOREIGN KEYs
2018-07-27misc/database-layout.dmf: `versions` table newErich Eckner
2018-06-18new column `failed_builds`.`log_file_exists`Erich Eckner
2018-06-15new table `mirror_statuses`Erich Eckner
2018-06-08new column `architecture_compatibilities`.`fully_compatible` to show wether ↵Erich Eckner
all built packages will be compatible in the indicated way (in contrast to: instruction set of arch $x is a subset of arch $y) - beware of linking against libraries compiled for different architectures!
2018-06-07new table `architecture_compatibilities`Erich Eckner
2018-06-07new column `binary_packages`.`sub_pkgrel_omitted`Erich Eckner
2018-06-05`build_slaves`.`is_sane` newErich Eckner
2018-05-31DATETIME -> TIMESTAMPErich Eckner
2018-05-31misc/database-layout.dmf: `is_to_be_deleted` and `last_moved` should be ↵Erich Eckner
columns in `binary_packages_in_repositories`, not `binary_packages`
2018-05-25misc/database-layout: new column build_slaves.trialsErich Eckner
2018-05-03remove `binary_packages`.`repository` from the graph (but the column is ↵Erich Eckner
still there for now
2018-05-03`binary_packages_in_repositories` new, but not yet usedErich Eckner
2018-05-03misc/database-layout.dmf: new column `repositories`.`architecture` + links ↵Erich Eckner
now all 1:1
2018-04-22`binary_packages`.`last_moved` newErich Eckner
2018-04-20`build_assignments` now have `return_date`Erich Eckner
2018-04-17new tables in database and dumpErich Eckner
2018-04-16misc/database-layout.dmf: new tables for logs and stuffErich Eckner
2018-04-16misc/database-layout.dmf: change column properties of `todos`Erich Eckner
2018-04-16remove `files` and `file_providers` - they're not practicable in the databaseErich Eckner
2018-04-16misc/database-layout.dmf: some new tables in the graph which are in the ↵Erich Eckner
database for quite a while :-)
2018-04-04new column in `package_sources`: `commit_time`Erich Eckner
2018-04-02misc/database-layout.dmf: new column in build_slaves tableErich Eckner
2018-03-29misc/database-layout.dmf: fix column nameErich Eckner
2018-03-27misc/database-layout.dmf: new column in `build_slaves`Erich Eckner
2018-03-25misc/database-layout.dmf: rename one columnErich Eckner
2018-03-25misc/database-layout.dmf: package checksum and file list newErich Eckner
2018-03-25misc/database-layout.dmf: layout of the database saved in git, tooErich Eckner