Skip to content

Commit

Permalink
The language id is crucial for front ends.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored and Nutomic committed Sep 13, 2022
1 parent 2f0560c commit d7eae12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/db_schema/src/source/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use crate::schema::language;
#[cfg_attr(feature = "full", derive(Queryable, Identifiable))]
#[cfg_attr(feature = "full", table_name = "language")]
pub struct Language {
#[serde(skip)]
pub id: LanguageId,
pub code: String,
pub name: String,
Expand Down

0 comments on commit d7eae12

Please sign in to comment.