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
ae22c5c4
Commit
ae22c5c4
authored
Mar 01, 2005
by
Leigh B. Stoller
Browse files
Add a stillimage URL to webcams until I figure this mess out.
parent
386e730b
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
ae22c5c4
...
...
@@ -2170,6 +2170,7 @@ CREATE TABLE webcams (
server
varchar
(
64
)
NOT
NULL
default
''
,
last_update
datetime
default
NULL
,
URL
tinytext
,
stillimage_URL
tinytext
,
PRIMARY
KEY
(
id
)
)
TYPE
=
MyISAM
;
...
...
sql/database-migrate.txt
View file @
ae22c5c4
...
...
@@ -2488,3 +2488,10 @@ last_net_act,last_cpu_act,last_ext_act);
alter table location_info add loc_z float default NULL after loc_y;
1.318: Add a stillimage URL to the webcams table until I figure this
mess out.
alter table webcams add stillimage_URL tinytext;
\ No newline at end of file
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