diff options
author | dondo <dondo_seattle@users.sourceforge.net> | 2006-10-27 01:42:11 +0000 |
---|---|---|
committer | dondo <dondo_seattle@users.sourceforge.net> | 2006-10-27 01:42:11 +0000 |
commit | 47e42df35ccdd8bbdeb55ed48f1325ded9ae3a69 (patch) | |
tree | c3671ce9d5419089052dea8367a5ec3365ff8439 /src | |
parent | cbec5615da090faae7843c38116c0e76976d659a (diff) |
Even more minor typo in FAQ
Diffstat (limited to 'src')
-rw-r--r-- | src/site/fml/technical-faq.fml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/fml/technical-faq.fml b/src/site/fml/technical-faq.fml index 2980ba5..efe69d1 100644 --- a/src/site/fml/technical-faq.fml +++ b/src/site/fml/technical-faq.fml @@ -268,7 +268,7 @@ want it too. This avoids a double load. <question>How can schemas evolve?</question>
<answer>
<p>
-Independent repositories, like BDB support automatic schema evolution. You may
+Independent repositories like BDB support automatic schema evolution. You may
freely add or remove non-primary key properties and still load older
storables. Changes to primary key properties is not supported, since they
define a clustered index. Also, property data types cannot be changed except if
|