database schema adjustments to server/realm/scene

This commit is contained in:
Evan Carroll 2026-01-16 10:57:47 -06:00
parent a102c96bb4
commit 09590edd95
79 changed files with 7100 additions and 100 deletions

View file

@ -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