Skip to content
GitLab
Menu
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
afcea09d
Commit
afcea09d
authored
Mar 27, 2002
by
Leigh B. Stoller
Browse files
Add pubkey slots (emulab and home) to users table.
parent
f3a50575
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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