Author: bleny Date: 2014-06-30 15:01:42 +0200 (Mon, 30 Jun 2014) New Revision: 2114 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2114 Log: fix doc Modified: trunk/wao-persistence/src/main/resources/db/migration/V4_0__clean_database.sql Modified: trunk/wao-persistence/src/main/resources/db/migration/V4_0__clean_database.sql =================================================================== --- trunk/wao-persistence/src/main/resources/db/migration/V4_0__clean_database.sql 2014-06-30 10:38:02 UTC (rev 2113) +++ trunk/wao-persistence/src/main/resources/db/migration/V4_0__clean_database.sql 2014-06-30 13:01:42 UTC (rev 2114) @@ -43,7 +43,7 @@ update boat set boatlength = boatlength * 100; --- Une ligne sans société : on l'affecte à la société 'ADMIN' +-- Une ligne sans société : on l'affecte à la société 'IFREMER' update sampleRow set company=(select topiaId from company where name='IFREMER') where company is null;