mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-14 01:05:16 +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",
|
name: "userid_password",
|
||||||
..descriptor::RANDOM
|
..descriptor::RANDOM
|
||||||
},
|
},
|
||||||
|
Descriptor {
|
||||||
|
name: "userid_suspended",
|
||||||
|
..descriptor::RANDOM_SMALL
|
||||||
|
},
|
||||||
Descriptor {
|
Descriptor {
|
||||||
name: "userid_presenceid",
|
name: "userid_presenceid",
|
||||||
..descriptor::RANDOM_SMALL
|
..descriptor::RANDOM_SMALL
|
||||||
|
|
Loading…
Add table
Reference in a new issue