From bbef731ce6f346d91f68d74c82ac93d31a0d638f Mon Sep 17 00:00:00 2001 From: alberto Date: Thu, 29 Sep 2016 15:12:52 +0000 Subject: [PATCH] =?UTF-8?q?Flyway=20=C3=BAnico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@60899 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20160929_1200__fwTest.sql | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/db/migration/V20160929_1200__fwTest.sql diff --git a/src/db/migration/V20160929_1200__fwTest.sql b/src/db/migration/V20160929_1200__fwTest.sql deleted file mode 100644 index 5d9d3094f..000000000 --- a/src/db/migration/V20160929_1200__fwTest.sql +++ /dev/null @@ -1,8 +0,0 @@ -CREATE TABLE - TESTE_FW - ( - TESTEFW_ID NUMBER(7) NOT NULL, - ACTIVO NUMBER(1), - FECMODIF DATE, - USUARIO_ID NUMBER(7) - ); \ No newline at end of file