Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
85680ced
Commit
85680ced
authored
Jun 06, 2003
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bring the definition for roottags into sync with the actual database.
parent
9cb3ec8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
sql/database-create.sql
sql/database-create.sql
+1
-1
sql/database-migrate.txt
sql/database-migrate.txt
+3
-0
No files found.
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
Markdown
is supported
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