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
f3f61c85
Commit
f3f61c85
authored
Nov 05, 2013
by
Leigh B Stoller
Browse files
Fix typo in previous revision.
parent
2354574a
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/etc/protogeni.sql
View file @
f3f61c85
...
...
@@ -13,7 +13,6 @@ CREATE TABLE `geni_users` (
`name`
tinytext
,
`email`
tinytext
,
`sa_uuid`
varchar
(
40
)
NOT
NULL
default
''
,
`uuid`
varchar
(
40
)
NOT
NULL
default
''
,
`auth_token`
varchar
(
32
)
default
NULL
,
PRIMARY
KEY
(
`idx`
),
KEY
`hrn`
(
`hrn`
),
...
...
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