Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
3ae3df72
Commit
3ae3df72
authored
Feb 15, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add timestamp (in unixtime) to location_info table.
parent
94e619ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
sql/database-create.sql
sql/database-create.sql
+1
-0
sql/database-migrate.txt
sql/database-migrate.txt
+4
-0
No files found.
sql/database-create.sql
View file @
3ae3df72
...
...
@@ -769,6 +769,7 @@ CREATE TABLE location_info (
contact
tinytext
,
phone
tinytext
,
room
varchar
(
32
)
default
NULL
,
stamp
int
(
10
)
unsigned
default
NULL
,
PRIMARY
KEY
(
node_id
)
)
TYPE
=
MyISAM
;
...
...
sql/database-migrate.txt
View file @
3ae3df72
...
...
@@ -2459,3 +2459,7 @@ last_net_act,last_cpu_act,last_ext_act);
alter table webcams add URL tinytext;
1.315: Add timestamp (in unixtime) to location_info table.
alter table location_info add stamp int(10) unsigned default NULL;
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