Skip to content

Commit

Permalink
rearrange table! macro
Browse files Browse the repository at this point in the history
shoutout to @gjcolombo for un-ruining my life
  • Loading branch information
hawkw committed Jun 14, 2024
1 parent 3cb42cb commit 8b500eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/db-model/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ table! {
active_propolis_id -> Nullable<Uuid>,
target_propolis_id -> Nullable<Uuid>,
migration_id -> Nullable<Uuid>,
state -> crate::InstanceStateEnum,
updater_id -> Nullable<Uuid>,
updater_gen-> Int8,
state -> crate::InstanceStateEnum,
}
}

Expand Down

0 comments on commit 8b500eb

Please sign in to comment.