Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
c4a771e7
Commit
c4a771e7
authored
May 17, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cut and Paste without thinking ... Change upsubnet primary index to
that subnets are actually unique!
parent
8613a204
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/database-create.sql
sql/database-create.sql
+1
-1
No files found.
sql/database-create.sql
View file @
c4a771e7
...
...
@@ -318,7 +318,7 @@ CREATE TABLE ipsubnets (
pid
varchar
(
12
)
NOT
NULL
default
''
,
eid
varchar
(
32
)
NOT
NULL
default
''
,
idx
smallint
(
5
)
unsigned
NOT
NULL
auto_increment
,
PRIMARY
KEY
(
pid
,
eid
,
idx
)
PRIMARY
KEY
(
idx
)
)
TYPE
=
MyISAM
;
#
...
...
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