You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/06/25 21:25:08 UTC

[airavata] branch AIRAVATA-3326-improved-database-migration-script-creation updated: AIRAVATA-3326 Updating docs

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch AIRAVATA-3326-improved-database-migration-script-creation
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/AIRAVATA-3326-improved-database-migration-script-creation by this push:
     new e96d8db  AIRAVATA-3326 Updating docs
e96d8db is described below

commit e96d8dba9b1f7759112e7d96bd8b1b95168b7d26
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Jun 25 17:24:56 2020 -0400

    AIRAVATA-3326 Updating docs
---
 modules/registry/registry-core/README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/registry/registry-core/README.md b/modules/registry/registry-core/README.md
index c014990..d60fe91 100644
--- a/modules/registry/registry-core/README.md
+++ b/modules/registry/registry-core/README.md
@@ -103,7 +103,6 @@ on. Notably, any removals from the schema will have to be manually managed.
 - can automatically create schema migrations that add columns/tables, but not
   ones that remove them. **Creating schema migrations that drop columns/tables
   will have to be done manually.**
-- ide-integration has a separate persistence.xml file. Why?
 - schema generation generates a PRIMARY KEY for VIEWs that are mapped to an
   Entity, for example ExperimentSummary.
 - when unique constraints are added to an entity, the generated migration