Skip to content

Commit

Permalink
Merge pull request #245 from mgcam/mlwn_orm_update
Browse files Browse the repository at this point in the history
Updated ORM for ml warehouse.
  • Loading branch information
nerdstrike authored Dec 20, 2024
2 parents aa2f9fb + 23d4556 commit 2430bc9
Show file tree
Hide file tree
Showing 5 changed files with 671 additions and 410 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed

* Updated ORM for ml warehouse. Brought all classes in line with the production
database schema. Introduced declarative style column definitions. Most of the
code was generated by sqlacodegen v. 3.0rc3 with subsequent manual changes
(added NOT NULL constraints and table-level collation, neither was picked up
automatically).

### Added

* A class for 'aliquot' table is added to ml warehouse ORM.

## [2.4.0] - 2024-10-17

### Added
Expand Down
Loading

0 comments on commit 2430bc9

Please sign in to comment.