summaryrefslogtreecommitdiffstats
path: root/lib/sql/migration/013-bundle-names.sql
Commit message (Collapse)AuthorAgeFilesLines
* bundles: Don't allow slashes in bundle namesJeremy Kerr2013-04-201-0/+6
Because bundle names are used in URLs, we don't want slashes in them. Include a SQL migration script. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>