mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-13 12:17:39 +02:00
fix: Create the column appropriately
This commit is contained in:
parent
424b2b039b
commit
4e720060ed
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue