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
24b8d2d2
Commit
24b8d2d2
authored
Sep 07, 2005
by
Leigh B. Stoller
Browse files
Fix a typo found by Keith Sklower.
parent
970f7244
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-migrate.txt
View file @
24b8d2d2
...
@@ -2629,7 +2629,7 @@ last_net_act,last_cpu_act,last_ext_act);
...
@@ -2629,7 +2629,7 @@ last_net_act,last_cpu_act,last_ext_act);
fwname varchar(32) NOT NULL default '',
fwname varchar(32) NOT NULL default '',
type enum('ipfw','ipfw2','ipchains','ipfw2-vlan') NOT NULL default 'ipfw',
type enum('ipfw','ipfw2','ipchains','ipfw2-vlan') NOT NULL default 'ipfw',
style enum('open','closed','basic','emulab') NOT NULL default 'basic',
style enum('open','closed','basic','emulab') NOT NULL default 'basic',
PRIMARY KEY (pid,eid,fwname)
,
PRIMARY KEY (pid,eid,fwname)
) TYPE=MyISAM;
) TYPE=MyISAM;
insert into virt_firewalls (pid,eid,fwname,type,style) \
insert into virt_firewalls (pid,eid,fwname,type,style) \
...
...
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