mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-30 05:44:28 +02:00
fix: Create the column appropriately
This commit is contained in:
parent
5d5350a9fe
commit
968c0e236c
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