Remove unnecessary chunk of commented code
This commit is contained in:
parent
9b77c22011
commit
3f02dd3ed5
1 changed files with 0 additions and 6 deletions
|
@ -74,10 +74,4 @@ listTags(){
|
||||||
FROM tags LEFT JOIN links ON tags.id = links.tagID
|
FROM tags LEFT JOIN links ON tags.id = links.tagID
|
||||||
GROUP BY tags.id" |
|
GROUP BY tags.id" |
|
||||||
sqlite3 --column $header "${sqliteFile}"
|
sqlite3 --column $header "${sqliteFile}"
|
||||||
#echo "SELECT items.id,items.filename,items.title,items.type,
|
|
||||||
#GROUP_CONCAT(tags.name,',') tags
|
|
||||||
#FROM items LEFT JOIN links ON items.id = links.itemID
|
|
||||||
#LEFT JOIN tags ON links.tagID = tags.id
|
|
||||||
#GROUP BY items.id;" |
|
|
||||||
# sqlite3 --column --header "${sqliteFile}"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue