Author: bleny Date: 2014-06-05 09:37:37 +0200 (Thu, 05 Jun 2014) New Revision: 1995 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1995 Log: in migration remove obsdeb accounts 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-05 07:36:43 UTC (rev 1994) +++ trunk/wao-persistence/src/main/resources/db/migration/V4_0__clean_database.sql 2014-06-05 07:37:37 UTC (rev 1995) @@ -27,4 +27,6 @@ update sampleRow set company=(select topiaId from company where name='ADMIN') where company is null; +-- On ferme l'accès à ObsDeb +delete from userProfile where obsProgramOrdinal=2
participants (1)
-
bleny@users.forge.codelutin.com