refactor(server::db): introduced newtype wrappers for entity id's in database
Some checks failed
ci/woodpecker/pr/server-lint Pipeline failed
ci/woodpecker/pr/server-audit Pipeline failed
ci/woodpecker/pr/server-vet Pipeline failed
ci/woodpecker/pr/server-test Pipeline was successful

This commit is contained in:
Skipper
2026-04-27 13:07:12 +02:00
parent 5f239c426d
commit f074a4f00b
13 changed files with 121 additions and 84 deletions

View File

@@ -57,7 +57,6 @@ create table if not exists operator (
share blob not null,
share_nonce blob not null,
created_at integer not null default(unixepoch ('now')),
updated_at integer not null default(unixepoch ('now'))