From: olivier Date: Wed, 10 Jun 2009 21:40:31 +0000 (+0000) Subject: migration: add work-in-progress warning to items:date X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a9316a72d8766e48a7cad99c0005415782d4c92e;p=telemeta-data.git migration: add work-in-progress warning to items:date git-svn-id: http://svn.parisson.org/svn/crem@97 3bf09e05-f825-4182-b9bc-eedd7160adf0 --- diff --git a/trunk/import/migration/tasks/items.py b/trunk/import/migration/tasks/items.py index 06ffa3f..5d1d529 100644 --- a/trunk/import/migration/tasks/items.py +++ b/trunk/import/migration/tasks/items.py @@ -198,6 +198,8 @@ class ItemsDateConverter(DataMigrator): self.stats['empty'] = self.src_cursor.fetchone()[0] self.src_cursor.execute("SELECT Dates_Enregistr FROM Phono WHERE Dates_Enregistr NOT REGEXP '^ *$'") + + print "WARNING: this migrator is a work in progress" while True: row = self.src_cursor.fetchone() if not row: