mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 09:04:18 +00:00
chore: tidy up ID usage; fmt
This commit is contained in:
parent
244cb8b7e6
commit
2b62948447
27 changed files with 603 additions and 483 deletions
|
@ -28,9 +28,9 @@ async fn main() {
|
|||
INSERT INTO actor (id, inbox, outbox)
|
||||
VALUES (?1, ?2, ?3)
|
||||
"#,
|
||||
"https://ferri.amy.mov/users/amy",
|
||||
"https://ferri.amy.mov/users/amy/inbox",
|
||||
"https://ferri.amy.mov/users/amy/outbox"
|
||||
"https://ferri.amy.mov/users/c81db53f-d836-4283-a835-26606c9d14ff",
|
||||
"https://ferri.amy.mov/users/c81db53f-d836-4283-a835-26606c9d14ff/inbox",
|
||||
"https://ferri.amy.mov/users/c81db53f-d836-4283-a835-26606c9d14ff/outbox"
|
||||
)
|
||||
.execute(&mut *conn)
|
||||
.await
|
||||
|
@ -43,7 +43,7 @@ async fn main() {
|
|||
"#,
|
||||
"9b9d497b-2731-435f-a929-e609ca69dac9",
|
||||
"amy",
|
||||
"https://ferri.amy.mov/users/amy",
|
||||
"https://ferri.amy.mov/users/c81db53f-d836-4283-a835-26606c9d14ff",
|
||||
"amy"
|
||||
)
|
||||
.execute(&mut *conn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue