Skip to content

Commit 5683121

Browse files
committed
fix(backend): change sea orm table name
1 parent d13be02 commit 5683121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/entities/user_summary.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use sea_orm::entity::prelude::*;
66
use crate::models::UserSummaryData;
77

88
#[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq, SimpleObject)]
9-
#[sea_orm(table_name = "user_statistic")]
9+
#[sea_orm(table_name = "user_summary")]
1010
#[graphql(name = "UserSummary")]
1111
pub struct Model {
1212
#[sea_orm(primary_key)]

0 commit comments

Comments
 (0)