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
ae22c5c4
Commit
ae22c5c4
authored
Mar 01, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a stillimage URL to webcams until I figure this mess out.
parent
386e730b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
sql/database-create.sql
sql/database-create.sql
+1
-0
sql/database-migrate.txt
sql/database-migrate.txt
+7
-0
No files found.
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