Skip to content

Commit

Permalink
fix crates bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Nov 14, 2024
1 parent 52660dc commit dfa2849
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion loco-new/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "loco"
version = "0.13.0"
version = "0.13.2"
edition = "2021"
description = "Loco new app generator"
license = "Apache-2.0"
Expand Down
23 changes: 0 additions & 23 deletions loco-new/base_template/migration/Cargo.toml

This file was deleted.

2 changes: 1 addition & 1 deletion loco-new/setup.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gen.copy_file("config/production.yaml"); // Production config
// Database-Related Files
// =====================
if db {
gen.copy_dir("migration"); // Database migrations directory
gen.copy_template_dir("migration"); // Database migrations directory
gen.copy_dir("src/models"); // Models directory, copied if background enabled
gen.copy_file("src/tasks/seed.rs"); // Task to seed database
gen.copy_dir("src/fixtures"); // Database fixtures directory
Expand Down

0 comments on commit dfa2849

Please sign in to comment.