Skip to content

Commit 4d43151

Browse files
committed
Also revert the disk changes; they're complicated too
1 parent bf6e4bb commit 4d43151

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nexus/db-schema/src/schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ table! {
4444
disk_state -> Text,
4545
attach_instance_id -> Nullable<Uuid>,
4646
state_generation -> Int8,
47-
slot -> Nullable<Int2>,
4847
time_state_updated -> Timestamptz,
48+
slot -> Nullable<Int2>,
4949
size_bytes -> Int8,
5050
block_size -> crate::enums::BlockSizeEnum,
5151
disk_type -> crate::enums::DiskTypeEnum,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
disk
12
instance
23
sled_instance
34
vmm

0 commit comments

Comments
 (0)