Skip to content
GitLab
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-devel
Commits
101092ee
Commit
101092ee
authored
Mar 08, 2007
by
Leigh B. Stoller
Browse files
Minor fix to previous revision.
parent
95357b8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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