Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
9728ab0e
Commit
9728ab0e
authored
Jan 12, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add expires to geni_components and geni_authorities.
parent
9b8a3542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
protogeni/etc/protogeni.sql
protogeni/etc/protogeni.sql
+2
-0
No files found.
protogeni/etc/protogeni.sql
View file @
9728ab0e
...
...
@@ -55,6 +55,7 @@ CREATE TABLE `geni_components` (
`uuid`
varchar
(
40
)
NOT
NULL
default
''
,
`manager_uuid`
varchar
(
40
)
default
NULL
,
`created`
datetime
default
NULL
,
`expires`
datetime
default
NULL
,
`url`
tinytext
,
PRIMARY
KEY
(
`uuid`
),
UNIQUE
KEY
`hrn`
(
`hrn`
)
...
...
@@ -78,6 +79,7 @@ CREATE TABLE `geni_authorities` (
`uuid`
varchar
(
40
)
NOT
NULL
default
''
,
`uuid_prefix`
varchar
(
12
)
NOT
NULL
default
''
,
`created`
datetime
default
NULL
,
`expires`
datetime
default
NULL
,
`type`
enum
(
'sa'
,
'ma'
,
'ch'
,
'cm'
)
NOT
NULL
default
'sa'
,
`url`
tinytext
,
PRIMARY
KEY
(
`uuid`
),
...
...
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