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
1a126f4a
Commit
1a126f4a
authored
Jun 06, 2003
by
Mac Newbold
Browse files
Add new TBCOMMAND data to state_timeouts.
parent
a9c08632
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
1a126f4a
...
...
@@ -289,6 +289,10 @@ REPLACE INTO state_timeouts VALUES ('USERSTATUS','ACTIVE',0,'');
REPLACE
INTO
state_timeouts
VALUES
(
'USERSTATUS'
,
'FROZEN'
,
0
,
''
);
REPLACE
INTO
state_timeouts
VALUES
(
'USERSTATUS'
,
'NEWUSER'
,
0
,
''
);
REPLACE
INTO
state_timeouts
VALUES
(
'USERSTATUS'
,
'UNAPPROVED'
,
0
,
''
);
REPLACE
INTO
state_timeouts
VALUES
(
'TBCOMMAND'
,
'REBOOT'
,
15
,
'CMDRETRY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'TBCOMMAND'
,
'POWEROFF'
,
0
,
'CMDRETRY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'TBCOMMAND'
,
'POWERON'
,
0
,
'CMDRETRY'
);
REPLACE
INTO
state_timeouts
VALUES
(
'TBCOMMAND'
,
'POWERCYCLE'
,
0
,
'CMDRETRY'
);
--
-- Dumping data for table 'state_transitions'
...
...
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