Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
9592d76d
Commit
9592d76d
authored
Jul 05, 2019
by
Francesc Guasch
Browse files
wip(test): added unique description for tests
parent
0cb8376d
Changes
1
Show whitespace changes
Inline
Side-by-side
sql/sqlite/grant_types.sql
View file @
9592d76d
...
...
@@ -4,5 +4,4 @@ CREATE TABLE `grant_types` (
,
`description`
varchar
(
255
)
NOT
NULL
,
`enabled`
integer
default
NULL
,
UNIQUE
(
`name`
)
,
UNIQUE
(
`description`
)
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment