-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use projectSlug for naming data files
Projects are created in `recordProject()` with INSERT INTO Project (name, slug) VALUES ($1, regexp_replace($2, '[^0-9a-zA-Z-]', '-', 'g')) RETURNING * This means, all none number and a-z characters are replaced with - and made safe. Signed-off-by: Stefan Marr <git@stefan-marr.de>
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters