Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
-
d9193bca
by Tony CHEMIT at 2018-02-18T07:57:38+01:00
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:
| 1 |
+/*
|
|
| 2 |
+ * #%L
|
|
| 3 |
+ * T3 :: Domain
|
|
| 4 |
+ * %%
|
|
| 5 |
+ * Copyright (C) 2010 - 2017 IRD, Code Lutin, Ultreia.io
|
|
| 6 |
+ * %%
|
|
| 7 |
+ * This program is free software: you can redistribute it and/or modify
|
|
| 8 |
+ * it under the terms of the GNU Affero General Public License as published by
|
|
| 9 |
+ * the Free Software Foundation, either version 3 of the License, or
|
|
| 10 |
+ * (at your option) any later version.
|
|
| 11 |
+ *
|
|
| 12 |
+ * This program is distributed in the hope that it will be useful,
|
|
| 13 |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
| 14 |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
| 15 |
+ * GNU General Public License for more details.
|
|
| 16 |
+ *
|
|
| 17 |
+ * You should have received a copy of the GNU Affero General Public License
|
|
| 18 |
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
| 19 |
+ * #L%
|
|
| 20 |
+ */
|
|
| 21 |
+package fr.ird.t3.entities.reference;
|
|
| 22 |
+ |
|
| 23 |
+public class LocalMarketPackagingImpl extends LocalMarketPackagingAbstract {
|
|
| 24 |
+ |
|
| 25 |
+ private static final long serialVersionUID = 1L;
|
|
| 26 |
+ |
|
| 27 |
+ @Override
|
|
| 28 |
+ public boolean isStatus() {
|
|
| 29 |
+ return true;
|
|
| 30 |
+ }
|
|
| 31 |
+}
|
| 1 |
+---
|
|
| 2 |
+-- #%L
|
|
| 3 |
+-- T3 :: Domain
|
|
| 4 |
+-- %%
|
|
| 5 |
+-- Copyright (C) 2010 - 2018 IRD, Code Lutin, Ultreia.io
|
|
| 6 |
+-- %%
|
|
| 7 |
+-- This program is free software: you can redistribute it and/or modify
|
|
| 8 |
+-- it under the terms of the GNU Affero General Public License as published by
|
|
| 9 |
+-- the Free Software Foundation, either version 3 of the License, or
|
|
| 10 |
+-- (at your option) any later version.
|
|
| 11 |
+--
|
|
| 12 |
+-- This program is distributed in the hope that it will be useful,
|
|
| 13 |
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
| 14 |
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
| 15 |
+-- GNU General Public License for more details.
|
|
| 16 |
+--
|
|
| 17 |
+-- You should have received a copy of the GNU Affero General Public License
|
|
| 18 |
+-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
| 19 |
+-- #L%
|
|
| 20 |
+---
|
|
| 21 |
+alter TABLE LocalMarketPackaging DROP COLUMN status;
|
|
| \ No newline at end of file |
No preview for this file type