refactor(server::db): introduced newtype wrappers for entity id's in database
This commit is contained in:
@@ -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'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user