412995b522
- adjust description of the default profile - adjust description of the sample data SQL - adjust description of the download link Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2 lines
292 B
SQL
2 lines
292 B
SQL
INSERT IGNORE INTO export_format( profile, description, content, csv_separator, type )
|
|
VALUES ( "issues to claim", "default CSV export for serial issue claims", "SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate", ",", "sql" );
|