summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.1.4.0pre3-42
1 files changed, 1 insertions, 1 deletions
diff --git a/README.1.4.0pre3-4 b/README.1.4.0pre3-4
index 0ac859137..6d3b0cd85 100644
--- a/README.1.4.0pre3-4
+++ b/README.1.4.0pre3-4
@@ -10,7 +10,7 @@ CREATE TABLE part_pop_local (
npa char(3) not null,
nxx char(3) not null
);
-CREATE UNIQUE INDEX part_pop_local1 ON part_pop_local ( npa, nxx );
+CREATE INDEX part_pop_local1 ON part_pop_local ( npa, nxx );
Run bin/dbdef-create