refactor: Update public key column type from String to PublicKey #29

Manually merged
awiteb merged 6 commits from awiteb/refactor-entities-public-key into master 2024-07-24 00:20:10 +02:00 AGit

6 commits

Author SHA1 Message Date
eb52c0a030
chore: Use PublicKey as it is
All checks were successful
DCO checker / DCO checker (pull_request) Successful in 15s
Rust CI / Rust CI (pull_request) Successful in 5m22s
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-23 19:39:44 +03:00
ab4e388ff8
change: Change public key type to binary
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-23 17:21:10 +03:00
35a7354de1
refactor: Use and_then instead of map
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-23 11:49:55 +03:00
79ef0d2448
refactor: Update public key column type from String to PublicKey
All checks were successful
DCO checker / DCO checker (pull_request) Successful in 8s
Rust CI / Rust CI (pull_request) Successful in 5m48s
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-23 02:56:01 +03:00
62cfc1bd07
chore: Use oxidetalis_core in oxidetalis_entities
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-23 02:56:01 +03:00
f5c4caeb6b
feat: Add sea-orm feature to use PublicKey as entity column
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-23 02:56:00 +03:00