We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6e4bb commit 4d43151Copy full SHA for 4d43151
nexus/db-schema/src/schema.rs
@@ -44,8 +44,8 @@ table! {
44
disk_state -> Text,
45
attach_instance_id -> Nullable<Uuid>,
46
state_generation -> Int8,
47
- slot -> Nullable<Int2>,
48
time_state_updated -> Timestamptz,
+ slot -> Nullable<Int2>,
49
size_bytes -> Int8,
50
block_size -> crate::enums::BlockSizeEnum,
51
disk_type -> crate::enums::DiskTypeEnum,
nexus/db-schema/tests/output/schema_column_order_drift.txt
@@ -1,3 +1,4 @@
1
+disk
2
instance
3
sled_instance
4
vmm
0 commit comments