Skip to content

Commit 5fce910

Browse files
committed
fix
1 parent ed9b70b commit 5fce910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub struct User {
6565
pub xp: i32,
6666

6767
#[sql(constraint = "DEFAULT 0")]
68-
pub social_credit: i32,
68+
pub social_credit: i64,
6969

7070
#[sql(constraint = "DEFAULT ''")]
7171
pub name: String,

0 commit comments

Comments
 (0)