refactor: uniformize project naming
This commit is contained in:
parent
3b134cdb6c
commit
3977e08084
13 changed files with 40 additions and 30 deletions
|
|
@ -11,4 +11,4 @@ chrono = "0.4.39"
|
|||
fully_pub = "0.1.4"
|
||||
serde = "1.0.216"
|
||||
sqlx = { version = "0.8.2", features = ["chrono", "uuid", "sqlite"] }
|
||||
sqlx_tools_attributes = { path = "../sqlx_tools_attributes" }
|
||||
sqlxgentools_attrs = { path = "../sqlxgentools_attrs" }
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ use chrono::{DateTime, Utc};
|
|||
use sqlx::types::Json;
|
||||
use fully_pub::fully_pub;
|
||||
|
||||
use sqlx_tools_attributes::{sql_generator_model, SqlGeneratorDerive};
|
||||
use sqlxgentools_attrs::{sql_generator_model, SqlGeneratorDerive};
|
||||
|
||||
#[derive(sqlx::Type, Clone, Debug, PartialEq)]
|
||||
enum UserStatus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue