Project

General

Profile

« Previous | Next » 

Revision 8319

bin/export_analytical_db: Replaced analytical_aggregate with analytical_stem

View differences:

README.TXT
93 93
        cd /home/bien/svn/
94 94
        svn up
95 95
        export version=<version>
96
        make backups/analytical_aggregate.$version.csv/download
96
        make backups/analytical_stem.$version.csv/download
97 97
        In the bien_web DB:
98
            Create the analytical_aggregate_<version> table using its schema
98
            Create the analytical_stem_<version> table using its schema
99 99
                in schemas/vegbien.my.sql
100
        make -s backups/analytical_aggregate.$version.csv.md5/test
100
        make -s backups/analytical_stem.$version.csv.md5/test
101 101
        Check that "OK" is printed next to the filename
102
        env table=analytical_aggregate_$version bin/publish_analytical_db \
103
            backups/analytical_aggregate.$version.csv
102
        env table=analytical_stem_$version bin/publish_analytical_db \
103
            backups/analytical_stem.$version.csv
104 104
    If desired, record the import times in inputs/import.stats.xls:
105 105
        Open inputs/import.stats.xls
106 106
        If the rightmost import is within 5 columns of column IV:

Also available in: Unified diff