Diff Detail
Diff Detail
- Repository
- rDSTO Storage manager
- Branch
- easier-db-init
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 1442 Build 1786: arc lint + arc unit
Event Timeline
Comment Actions
Thanks, I liked the idea. I've only reported minor things here and there.
sql/bin/db-init | ||
---|---|---|
20 | what's the point of this cd? no command in the script invoke local commands anyway | |
28 | this should be "DB_NAME [DB_USER [DB_PORT]]" | |
45 | as we're going password-less, we shouldn't force a password for the new user with --pwprompt, it will be confusing |
sql/bin/db-init | ||
---|---|---|
45 | If this script is only used for installing a dev environment, I can just remove this completely. |
Comment Actions
If you approve this, I'll just merge it and submit a second diff with all the useless parts removed.