mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 02:05:10 +00:00
Merge branch 'main' of https://github.com/LemmyNet/lemmy
This commit is contained in:
commit
71aed94a00
|
@ -8,7 +8,6 @@ use crate::schema::language;
|
||||||
#[cfg_attr(feature = "full", derive(Queryable, Identifiable))]
|
#[cfg_attr(feature = "full", derive(Queryable, Identifiable))]
|
||||||
#[cfg_attr(feature = "full", table_name = "language")]
|
#[cfg_attr(feature = "full", table_name = "language")]
|
||||||
pub struct Language {
|
pub struct Language {
|
||||||
#[serde(skip)]
|
|
||||||
pub id: LanguageId,
|
pub id: LanguageId,
|
||||||
pub code: String,
|
pub code: String,
|
||||||
pub name: String,
|
pub name: String,
|
||||||
|
|
Loading…
Reference in a new issue