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-stable
Commits
c80c7ed7
Commit
c80c7ed7
authored
Feb 14, 2005
by
Leigh B. Stoller
Browse files
Add URL to webcams table which is used in the img script to grab the
data off the camera.
parent
57976577
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
c80c7ed7
...
...
@@ -2165,6 +2165,7 @@ CREATE TABLE webcams (
id
int
(
11
)
unsigned
NOT
NULL
default
'0'
,
server
varchar
(
64
)
NOT
NULL
default
''
,
last_update
datetime
default
NULL
,
URL
tinytext
,
PRIMARY
KEY
(
id
)
)
TYPE
=
MyISAM
;
...
...
sql/database-migrate.txt
View file @
c80c7ed7
...
...
@@ -2453,3 +2453,9 @@ last_net_act,last_cpu_act,last_ext_act);
alter table os_info change column OS OS enum('Unknown','Linux', \
'FreeBSD','NetBSD','OSKit','Windows','TinyOS','Other');
alter table os_info alter column OS set default 'Unknown';
1.314: Add URL to webcams table which is used in the img script to
grab the data off the camera.
alter table webcams add URL tinytext;
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