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
101092ee
Commit
101092ee
authored
Mar 08, 2007
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix to previous revision.
parent
95357b8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
sql/database-create.sql
sql/database-create.sql
+2
-0
sql/database-migrate.txt
sql/database-migrate.txt
+4
-0
No files found.
sql/database-create.sql
View file @
101092ee
...
...
@@ -829,6 +829,8 @@ CREATE TABLE `experiment_templates` (
`tid`
varchar
(
32
)
NOT
NULL
default
''
,
`uid`
varchar
(
8
)
NOT
NULL
default
''
,
`uid_idx`
mediumint
(
8
)
unsigned
NOT
NULL
default
'0'
,
`pid_idx`
mediumint
(
8
)
unsigned
NOT
NULL
default
'0'
,
`gid_idx`
mediumint
(
8
)
unsigned
NOT
NULL
default
'0'
,
`description`
mediumtext
,
`eid`
varchar
(
32
)
NOT
NULL
default
''
,
`exptidx`
int
(
11
)
NOT
NULL
default
'0'
,
...
...
sql/database-migrate.txt
View file @
101092ee
...
...
@@ -3928,3 +3928,7 @@ last_net_act,last_cpu_act,last_ext_act);
4.110: Minor fix to schema file; skip to next entry.
4.111: Minor fix to schema file; skip to next entry.
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