use t_pershistoline timestamp for deputies

This commit is contained in:
Frédéric Péters 2011-12-29 13:04:24 +01:00
parent c5ba6c48e6
commit 341db07cc2
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ class SyncFromPcfDbView(BrowserView):
cursor = self.db_connection.cursor()
where_ts = ''
if timestamp:
where_ts = cursor.mogrify('AND t_pers.ts > %s', (timestamp,))
where_ts = cursor.mogrify('AND t_pershistoline.ts > %s', (timestamp,))
# previous deputies
cursor.execute('''SELECT t_pers.id, t_pers.nom, prenom, sexe, datenaiss,