Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
5d747f01
Commit
5d747f01
authored
Apr 14, 2003
by
Mac Newbold
Browse files
Make sure vnames are unique per expt in the reserved table.
parent
a73bfdde
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
5d747f01
...
...
@@ -890,7 +890,7 @@ CREATE TABLE reserved (
rsrv_time
timestamp
(
14
)
NOT
NULL
,
vname
varchar
(
32
)
default
NULL
,
PRIMARY
KEY
(
node_id
),
KEY
pid
(
pid
,
eid
)
UNIQUE
KEY
vname
(
pid
,
eid
,
vname
)
)
TYPE
=
MyISAM
;
--
...
...
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