Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
09d78ac6
Commit
09d78ac6
authored
Aug 14, 2006
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit.log
parent
9d021a07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
sql/tbreport.sql
sql/tbreport.sql
+36
-0
No files found.
sql/tbreport.sql
0 → 100644
View file @
09d78ac6
create
table
report_error
(
seq
integer
unsigned
not
null
primary
key
,
stamp
integer
unsigned
not
null
,
session
integer
unsigned
not
null
,
attempt
tinyint
(
1
)
not
null
,
severity
smallint
(
3
)
not
null
,
script
smallint
(
3
)
not
null
,
error_type
varchar
(
255
)
not
null
,
index
(
session
)
);
create
table
report_context
(
seq
integer
unsigned
not
null
primary
key
,
i0
integer
,
i1
integer
,
i2
integer
,
vc0
varchar
(
255
)
default
null
,
vc1
varchar
(
255
)
default
null
,
vc2
varchar
(
255
)
default
null
);
create
table
report_assign_violation
(
seq
integer
unsigned
not
null
primary
key
,
unassigned
integer
,
pnode_load
integer
,
no_connect
integer
,
link_users
integer
,
bandwidth
integer
,
desires
integer
,
vclass
integer
,
delay
integer
,
trivial_mix
integer
,
subnodes
integer
,
max_types
integer
,
endpoints
integer
);
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