Author: acheype Date: 2013-04-30 11:24:32 +0200 (Tue, 30 Apr 2013) New Revision: 212 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/212 Log: fix for 'updates sql scripts for 1.1 release' Modified: trunk/cantharella.data/src/main/sql/cantharella_schema_1.1.sql Modified: trunk/cantharella.data/src/main/sql/cantharella_schema_1.1.sql =================================================================== --- trunk/cantharella.data/src/main/sql/cantharella_schema_1.1.sql 2013-04-30 07:31:44 UTC (rev 211) +++ trunk/cantharella.data/src/main/sql/cantharella_schema_1.1.sql 2013-04-30 09:24:32 UTC (rev 212) @@ -305,16 +305,6 @@ primary key (idTestBio) ); - create table TypeDocument ( - idTypeDocument int4 not null, - description text not null, - domaine varchar(255), - estImage bool, - nom varchar(255) unique, - primary key (idTypeDocument), - unique (nom) - ); - create table TypeExtrait ( idTypeExtrait int4 not null, description text not null,
participants (1)
-
acheype@users.forge.codelutin.com