Add comment for automigrated list entries
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
5e26e8245b
commit
540c57f755
|
@ -126,7 +126,7 @@ database_table_from_file() {
|
|||
do
|
||||
# Only add non-empty lines
|
||||
if [[ ! -z "${domain}" ]]; then
|
||||
echo "${rowid},\"${domain}\",1,${timestamp},${timestamp}" >> "${tmpFile}"
|
||||
echo "${rowid},\"${domain}\",1,${timestamp},${timestamp},\"Migrated from ${source}\"" >> "${tmpFile}"
|
||||
rowid+=1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue