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
3ae3df72
Commit
3ae3df72
authored
Feb 15, 2005
by
Leigh B. Stoller
Browse files
Add timestamp (in unixtime) to location_info table.
parent
94e619ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
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