This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new a514a55 AIRAVATA-3386 Adding known issue to README
a514a55 is described below
commit a514a55824cdaeb0fc92252c4c29daef03d00841
Author: Marcus Christie <machristie@apache.org>
AuthorDate: Thu Nov 12 17:12:23 2020 -0500
AIRAVATA-3386 Adding known issue to README
---
modules/registry/registry-core/README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modules/registry/registry-core/README.md b/modules/registry/registry-core/README.md
index d60fe91..b0258dc 100644
--- a/modules/registry/registry-core/README.md
+++ b/modules/registry/registry-core/README.md
@@ -103,6 +103,10 @@ 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.**
+- **AIRAVATA-3386: Migration script generation for MariaDB includes also the
+ full database schema. The generated migration script will have the ALTER
+ commands first but then be followed by the CREATE statements for all of the
+ tables, etc. for the database.**
- 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
|