ddfd1dbff1
* added admin balance increase, and also test * slightly hacky, but does do an update expression * added note column to entities * removed redundant printlns * flattened items * removed user tier logic from admin increase balance completely. admin will have to manually increase the user tier
23 lines
483 B
Rust
23 lines
483 B
Rust
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.10.7
|
|
|
|
pub mod prelude;
|
|
|
|
pub mod admin;
|
|
pub mod admin_increase_balance_receipt;
|
|
pub mod admin_trail;
|
|
pub mod balance;
|
|
pub mod increase_on_chain_balance_receipt;
|
|
pub mod login;
|
|
pub mod pending_login;
|
|
pub mod referee;
|
|
pub mod referrer;
|
|
pub mod revert_log;
|
|
pub mod rpc_accounting;
|
|
pub mod rpc_accounting_v2;
|
|
pub mod rpc_key;
|
|
pub mod sea_orm_active_enums;
|
|
pub mod secondary_user;
|
|
pub mod serialization;
|
|
pub mod user;
|
|
pub mod user_tier;
|