Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:athennaio/Database into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Nov 18, 2024
2 parents 5d627b9 + 65a215e commit 9f1d603
Show file tree
Hide file tree
Showing 5 changed files with 2,114 additions and 880 deletions.
2 changes: 1 addition & 1 deletion configurer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class DatabaseConfigurer extends BaseConfigurer {
)
.setTo('commands', 'make:crud', {
path: '@athenna/database/commands/MakeCrudCommand',
fileCase: Config.is('rc.isSlim', true) ? 'toDotCase' : 'toPascalCase'
fileCase: 'toDotCase'
})
.setTo('commands', 'db:fresh', {
path: '@athenna/database/commands/DbFreshCommand',
Expand Down
Loading

0 comments on commit 9f1d603

Please sign in to comment.