diff --git a/src/lib.rs b/src/lib.rs index 73066bc..92d30b2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -60,7 +60,7 @@ pub async fn db_init(config: &Config) -> Result, Error> { email text not null, expiry text not null, name_first text not null, - name_surname integer not null + name_second integer not null )", ) .execute(&pool)