Added readContextSettings
This commit is contained in:
parent
92da4837ee
commit
6a0dc3c447
|
@ -28,6 +28,7 @@ public class GNA_New_DataModel_IndexTable_25925 {
|
|||
private static final String platformName = "postgis";
|
||||
private static final String category = "Database";
|
||||
|
||||
//These are defined via ContextConfigTest.readContextSettings();
|
||||
private static String CONTEXT = "";
|
||||
private static String TOKEN = "";
|
||||
|
||||
|
@ -53,7 +54,6 @@ public class GNA_New_DataModel_IndexTable_25925 {
|
|||
// private static final String PROFILE_ID = "concessioni-estere";
|
||||
|
||||
private static final Map<String, String> ADD_TABLE_COLUMNS = new LinkedHashMap<>();
|
||||
|
||||
static {
|
||||
ADD_TABLE_COLUMNS.put("ufficio_MiC_competente", "TEXT");
|
||||
ADD_TABLE_COLUMNS.put("funzionario_responsabile", "TEXT");
|
||||
|
@ -69,7 +69,6 @@ public class GNA_New_DataModel_IndexTable_25925 {
|
|||
}
|
||||
|
||||
private static final Map<String, String> DROP_TABLE_COLUMNS = new HashMap<>();
|
||||
|
||||
static {
|
||||
DROP_TABLE_COLUMNS.put("autore", "TEXT");
|
||||
DROP_TABLE_COLUMNS.put("titolare", "TEXT");
|
||||
|
|
Loading…
Reference in New Issue