onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

Standardizing tablenames on singular forms #96

Closed einhverfr closed 7 months ago

einhverfr commented 8 months ago

Fixes #92

This is to ease cognitive load of management of database layer.

Note this will to have a clean test run until after the LW Agent integration test PR #94 is merged due to flaws in the codebase prior to that PR.

The overall exposure here is low and entirely enforced by Postgres aside from some minor exposure on the LW Agent side. This will need to go through another round of testing after #94 is applied.

einhverfr commented 8 months ago

Noting that reviews are fine, but tests are failing due to problems that are fixed in #94 so I would like to merge #94 and rebase first just in case there are other problems.

einhverfr commented 7 months ago

I have now tested this rebased on the lenkwerk agent integration branch and everything passes.