Projet

Général

Profil

0001-convert-to-sql-add-missing-creation-of-meta-table-91.patch

Frédéric Péters, 25 novembre 2015 12:51

Télécharger (727 octets)

Voir les différences:

Subject: [PATCH] convert-to-sql: add missing creation of meta table (#9108)

 wcs/ctl/convertsql.py | 1 +
 1 file changed, 1 insertion(+)
wcs/ctl/convertsql.py
137 137
        print 'done'.ljust(num_columns-1)
138 138

  
139 139
        sql.do_tracking_code_table()
140
        sql.do_meta_table()
140 141

  
141 142
        if errors:
142 143
            error_log = file('error_formdata.log', 'w')
143
-