oops, autogenerate ids please

main
Zynh0722 2023-11-05 12:24:30 -08:00
parent e34f783e94
commit eabd1f559a
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ pub struct Dancer {
#[diesel(table_name = crate::schema::dancers)]
#[diesel(check_for_backend(diesel::mysql::Mysql))]
pub struct NewDancer<'a> {
pub id: u32,
pub stage_name: &'a str,
pub name: &'a str,
}