Skip to content
GitLab
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
85680ced
Commit
85680ced
authored
Jun 06, 2003
by
Robert Ricci
Browse files
Bring the definition for roottags into sync with the actual database.
parent
9cb3ec8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
85680ced
...
...
@@ -1643,7 +1643,7 @@ CREATE TABLE widearea_recent (
CREATE
TABLE
widearea_updates
(
IP
varchar
(
15
)
NOT
NULL
default
'1.1.1.1'
,
roottag
tinytext
NOT
NULL
default
''
,
roottag
tinytext
NOT
NULL
,
update_requested
datetime
NOT
NULL
default
'0000-00-00 00:00:00'
,
update_started
datetime
default
NULL
,
PRIMARY
KEY
(
IP
)
...
...
sql/database-migrate.txt
View file @
85680ced
...
...
@@ -662,3 +662,6 @@ last_net_act,last_cpu_act,last_ext_act);
page. The records are dynamic; someone like Dave will insert
them, and the web page will remove them after a node
sucessfully updates.
1.155: Bring the definition for the roottag column into sync with what's in
the database on boss - no database changes required.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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