fix: Create the column appropriately

This commit is contained in:
nexy7574
2025-06-28 21:19:10 +01:00
committed by Ellis Git
parent 5d5350a9fe
commit 968c0e236c
+4
View File
@@ -378,6 +378,10 @@ pub(super) static MAPS: &[Descriptor] = &[
name: "userid_password",
..descriptor::RANDOM
},
Descriptor {
name: "userid_suspended",
..descriptor::RANDOM_SMALL
},
Descriptor {
name: "userid_presenceid",
..descriptor::RANDOM_SMALL