chore: Make the Users enum public

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-07-17 18:33:34 +03:00
parent 727b985847
commit a894089b19
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -58,7 +58,7 @@ impl MigrationTrait for Migration {
}
#[derive(DeriveIden)]
enum Users {
pub enum Users {
Table,
Id,
PublicKey,