Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
7edf5c6e
Commit
7edf5c6e
authored
Mar 06, 2002
by
Mac Newbold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add nseconfigs table
parent
2938132c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
sql/database-create.sql
sql/database-create.sql
+12
-0
No files found.
sql/database-create.sql
View file @
7edf5c6e
...
...
@@ -436,6 +436,18 @@ CREATE TABLE nologins (
PRIMARY
KEY
(
nologins
)
)
TYPE
=
MyISAM
;
#
#
Table
structure
for
table
'nseconfigs'
#
CREATE
TABLE
nseconfigs
(
pid
varchar
(
12
)
NOT
NULL
default
''
,
eid
varchar
(
32
)
NOT
NULL
default
''
,
vname
varchar
(
32
)
NOT
NULL
default
''
,
nseconfig
text
,
PRIMARY
KEY
(
pid
,
eid
,
vname
)
)
TYPE
=
MyISAM
;
#
#
Table
structure
for
table
'nsfiles'
#
...
...
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