Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 811 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 811 Bytes

test-db

Repository containing active test databases used for codebase CI testing

  • The sqlite database is kept up to date with the latest migrations from the InvenTree project.
  • On a PR to the InvenTree project, this repo is pulled down, and any new (or updated) migrations are applied
  • This checks to ensure that that the new migrations will not break a production database
  • When the PR is merged, the applied database changes are pushed back to this repository

Databases

The following "production" database samples are maintained here:

File Description
latest Kept up to date with latest "master" (development) branch
0.13.5 Pinned at 0.13.5 release
0.12.0 Pinned at 0.12.0 release
0.11.0 Pinned at 0.11.0 release
0.10.0 Pinned at 0.10.0 release