Skip to content

Commit

Permalink
updated dbname
Browse files Browse the repository at this point in the history
  • Loading branch information
benborla committed Aug 28, 2024
1 parent 424ac7d commit 86e6e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/feature_flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use sea_orm::entity::prelude::*;
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, DeriveEntityModel, Eq)]
#[sea_orm(table_name = "feature_flags")]
#[sea_orm(table_name = "feature_flag")]
pub struct Model {
#[sea_orm(primary_key, auto_increment = false)]
pub name: String,
Expand Down

0 comments on commit 86e6e74

Please sign in to comment.