Revision 5016
Added by Aaron Marcuse-Kubitza over 12 years ago
README.TXT | ||
---|---|---|
14 | 14 |
Data import: |
15 | 15 |
On local machine: |
16 | 16 |
make test by_col=1 |
17 |
If you get errors (including skipped errors), this always indicates |
|
18 |
a bug, usually in either the unique constraints or column-based |
|
19 |
import itself |
|
20 |
Note that inserted row count diffs of a few rows are benign |
|
17 |
See note under Testing below |
|
21 | 18 |
On vegbiendev: |
22 | 19 |
svn up |
23 | 20 |
Update the schemas: make schemas/reinstall |
Also available in: Unified diff
README.TXT: Data import: `make test by_col=1`: Replaced errors explanation with pointer to updated explanation in the Testing section