Project

General

Profile

« Previous | Next » 

Revision 1668

input.Makefile: import/rotate: Add "." before the date

View differences:

input.Makefile
238 238
##### Editing import
239 239

  
240 240
import/rotate: _always
241
	echo "UPDATE party SET organizationname = organizationname||'$(date)'\
241
	echo "UPDATE party SET organizationname = organizationname||'.$(date)'\
242 242
WHERE organizationname = '$(db)';"|$(psqlAsBien)
243 243

  
244 244
import/rm: _always

Also available in: Unified diff