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
afcea09d
Commit
afcea09d
authored
Mar 27, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pubkey slots (emulab and home) to users table.
parent
f3a50575
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sql/database-create.sql
sql/database-create.sql
+2
-0
No files found.
sql/database-create.sql
View file @
afcea09d
...
...
@@ -722,6 +722,8 @@ CREATE TABLE users (
stud
tinyint
(
4
)
default
'0'
,
pswd_expires
date
default
NULL
,
cvsweb
tinyint
(
4
)
NOT
NULL
default
'0'
,
emulab_pubkey
text
,
home_pubkey
text
,
PRIMARY
KEY
(
uid
),
KEY
unix_uid
(
unix_uid
)
)
TYPE
=
MyISAM
;
...
...
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