Skip to content
GitLab
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
1229a513
Commit
1229a513
authored
Oct 28, 2003
by
Mac Newbold
Browse files
Add more to the example machine.
parent
b00c5fb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
1229a513
...
...
@@ -363,6 +363,10 @@ REPLACE INTO state_transitions VALUES ('EXAMPLE','LOCKED','READY','Unlock');
REPLACE
INTO
state_transitions
VALUES
(
'EXAMPLE'
,
'READY'
,
'LOCKED'
,
'Lock'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXAMPLE'
,
'FROZEN'
,
'LOCKED'
,
'Lock'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXAMPLE'
,
'LOCKED'
,
'FROZEN'
,
'Freeze'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXAMPLE'
,
'READY'
,
'UNVERIFIED'
,
'Un-Verify'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXAMPLE'
,
'READY'
,
'UNAPPROVED'
,
'Un-Approve'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXAMPLE'
,
'UNAPPROVED'
,
'NEW'
,
'Un-Verify'
);
REPLACE
INTO
state_transitions
VALUES
(
'EXAMPLE'
,
'UNVERIFIED'
,
'NEW'
,
'Un-Approve'
);
--
-- Dumping data for table `state_triggers`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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