feat: match values first
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-05 23:08:05 +02:00
parent 62d54ce56f
commit 59748fb6e6
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -31,8 +31,8 @@ pub struct CuddleAssetInclude {
#[serde(untagged)]
pub enum CuddleDatabase {
Enabled(bool),
Default {},
Values { migrations: PathBuf },
Default {},
}
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]