chore: Make the Users
enum public
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
727b985847
commit
a894089b19
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ impl MigrationTrait for Migration {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(DeriveIden)]
|
#[derive(DeriveIden)]
|
||||||
enum Users {
|
pub enum Users {
|
||||||
Table,
|
Table,
|
||||||
Id,
|
Id,
|
||||||
PublicKey,
|
PublicKey,
|
||||||
|
|
Loading…
Reference in a new issue