@@ -447,23 +447,23 @@ table! {
447447 time_deleted -> Nullable <Timestamptz >,
448448 project_id -> Uuid ,
449449 user_data -> Binary ,
450+ ncpus -> Int8 ,
451+ memory -> Int8 ,
452+ hostname -> Text ,
453+ auto_restart_policy -> Nullable <crate :: enums:: InstanceAutoRestartPolicyEnum >,
454+ auto_restart_cooldown -> Nullable <Interval >,
455+ boot_disk_id -> Nullable <Uuid >,
456+ cpu_platform -> Nullable <crate :: enums:: InstanceCpuPlatformEnum >,
450457 time_state_updated -> Timestamptz ,
451458 state_generation -> Int8 ,
452459 active_propolis_id -> Nullable <Uuid >,
453460 target_propolis_id -> Nullable <Uuid >,
454461 migration_id -> Nullable <Uuid >,
455- ncpus -> Int8 ,
456- memory -> Int8 ,
457- hostname -> Text ,
458- updater_id -> Nullable <Uuid >,
459- updater_gen-> Int8 ,
460462 state -> crate :: enums:: InstanceStateEnum ,
461463 time_last_auto_restarted -> Nullable <Timestamptz >,
462- auto_restart_policy -> Nullable <crate :: enums:: InstanceAutoRestartPolicyEnum >,
463- auto_restart_cooldown -> Nullable <Interval >,
464- boot_disk_id -> Nullable <Uuid >,
465464 intended_state -> crate :: enums:: InstanceIntendedStateEnum ,
466- cpu_platform -> Nullable <crate :: enums:: InstanceCpuPlatformEnum >,
465+ updater_id -> Nullable <Uuid >,
466+ updater_gen-> Int8 ,
467467 }
468468}
469469
@@ -475,13 +475,13 @@ table! {
475475 time_created -> Timestamptz ,
476476 time_deleted -> Nullable <Timestamptz >,
477477 instance_id -> Uuid ,
478- time_state_updated -> Timestamptz ,
479- state_generation -> Int8 ,
480478 sled_id -> Uuid ,
481479 propolis_ip -> Inet ,
482480 propolis_port -> Int4 ,
483- state -> crate :: enums:: VmmStateEnum ,
484481 cpu_platform -> crate :: enums:: VmmCpuPlatformEnum ,
482+ time_state_updated -> Timestamptz ,
483+ state_generation -> Int8 ,
484+ state -> crate :: enums:: VmmStateEnum ,
485485 }
486486}
487487joinable ! ( vmm -> sled ( sled_id) ) ;
@@ -492,13 +492,13 @@ table! {
492492 name -> Text ,
493493 silo_name -> Text ,
494494 project_name -> Text ,
495- active_sled_id -> Uuid ,
496495 time_created -> Timestamptz ,
497496 time_modified -> Timestamptz ,
497+ state -> crate :: enums:: VmmStateEnum ,
498+ active_sled_id -> Uuid ,
498499 migration_id -> Nullable <Uuid >,
499500 ncpus -> Int8 ,
500501 memory -> Int8 ,
501- state -> crate :: enums:: VmmStateEnum ,
502502 }
503503}
504504
0 commit comments