Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3 Commits: d9193bca by Tony CHEMIT at 2018-02-18T07:57:38+01:00 Supprimer localmarketpackaging.status (See #249) - - - - - 3 changed files: - + t3-domain/src/main/java/fr/ird/t3/entities/reference/LocalMarketPackagingImpl.java - + t3-domain/src/main/resources/db/migration/V3_0_02_remove-LocalMarketPackaging-status.sql - t3-domain/src/main/xmi/t3-persistence.zargo Changes: ===================================== t3-domain/src/main/java/fr/ird/t3/entities/reference/LocalMarketPackagingImpl.java ===================================== --- /dev/null +++ b/t3-domain/src/main/java/fr/ird/t3/entities/reference/LocalMarketPackagingImpl.java @@ -0,0 +1,31 @@ +/* + * #%L + * T3 :: Domain + * %% + * Copyright (C) 2010 - 2017 IRD, Code Lutin, Ultreia.io + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ +package fr.ird.t3.entities.reference; + +public class LocalMarketPackagingImpl extends LocalMarketPackagingAbstract { + + private static final long serialVersionUID = 1L; + + @Override + public boolean isStatus() { + return true; + } +} ===================================== t3-domain/src/main/resources/db/migration/V3_0_02_remove-LocalMarketPackaging-status.sql ===================================== --- /dev/null +++ b/t3-domain/src/main/resources/db/migration/V3_0_02_remove-LocalMarketPackaging-status.sql @@ -0,0 +1,21 @@ +--- +-- #%L +-- T3 :: Domain +-- %% +-- Copyright (C) 2010 - 2018 IRD, Code Lutin, Ultreia.io +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- +alter TABLE LocalMarketPackaging DROP COLUMN status; \ No newline at end of file ===================================== t3-domain/src/main/xmi/t3-persistence.zargo ===================================== Binary files a/t3-domain/src/main/xmi/t3-persistence.zargo and b/t3-domain/src/main/xmi/t3-persistence.zargo differ View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/d9193bcafb64c1d50be28833bcfe068ae... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/d9193bcafb64c1d50be28833bcfe068ae... You're receiving this email because of your account on gitlab.com.