chore: reorder v2 migrations folders (#8671)

This commit is contained in:
Hrithikesh
2025-08-05 13:17:18 +05:30
committed by GitHub
parent d164954e22
commit c573f61176
37 changed files with 198 additions and 128 deletions

View File

@ -8073,6 +8073,7 @@ pub enum UIWidgetFormLayout {
Clone,
Copy,
Debug,
Default,
Eq,
PartialEq,
serde::Deserialize,
@ -8085,6 +8086,7 @@ pub enum UIWidgetFormLayout {
#[strum(serialize_all = "snake_case")]
#[serde(rename_all = "snake_case")]
pub enum DeleteStatus {
#[default]
Active,
Redacted,
}