database schema adjustments to server/realm/scene
This commit is contained in:
parent
a102c96bb4
commit
09590edd95
79 changed files with 7100 additions and 100 deletions
|
|
@ -123,7 +123,7 @@ pub async fn create_server_prop<'e>(
|
|||
)
|
||||
VALUES (
|
||||
$1, $2, $3, $4, $5,
|
||||
$6::props.avatar_layer, $7::props.emotion_state, $8,
|
||||
$6::server.avatar_layer, $7::server.emotion_state, $8,
|
||||
$9
|
||||
)
|
||||
RETURNING
|
||||
|
|
@ -207,7 +207,7 @@ pub async fn upsert_server_prop<'e>(
|
|||
)
|
||||
VALUES (
|
||||
$1, $2, $3, $4, $5,
|
||||
$6::props.avatar_layer, $7::props.emotion_state, $8,
|
||||
$6::server.avatar_layer, $7::server.emotion_state, $8,
|
||||
$9
|
||||
)
|
||||
ON CONFLICT (slug) DO UPDATE SET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue