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
fc6955dd
Commit
fc6955dd
authored
Apr 14, 2003
by
Mac Newbold
Browse files
Add entry about change to reserved table (1.127).
parent
6626aa9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-migrate.txt
View file @
fc6955dd
...
...
@@ -175,4 +175,12 @@ last_net_act,last_cpu_act,last_ext_act);
ALTER TABLE sitevariables
CHANGE COLUMN name name varchar(255) PRIMARY KEY;
ALTER TABLE sitevariables DROP INDEX name;
\ No newline at end of file
ALTER TABLE sitevariables DROP INDEX name;
1.127: Make (pid,eid,vname) unique in the reserved table. Recommended
commands for updating are:
alter table reserved drop index pid;
update reserved set vname=node_id where vname is null;
alter table reserved add unique vname (pid,eid,vname);
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