ajout du type de cahn
This commit is contained in:
parent
91e431fa3c
commit
c055a9f2ae
|
@ -18,7 +18,7 @@ router.get('/', function(req, res, next) {
|
|||
//}
|
||||
//stmt.finalize();
|
||||
|
||||
db.each("SELECT id, name"
|
||||
db.each("SELECT id, name, section_type as type"
|
||||
+ " FROM library_sections ORDER BY name ASC", function(err, row) {
|
||||
data.push(row);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue