fix generator template
This commit is contained in:
@@ -152,7 +152,6 @@ impl Module for ModelsModule {
|
||||
config.clone(),
|
||||
);
|
||||
|
||||
files.push((mod_path.clone(), format!("pub mod {};", table.name)));
|
||||
if path.exists() {
|
||||
tracing::debug!(?path, "Model file already exists");
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user