-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove old database migrations that seem to get always executed #3407
Comments
reckart
added a commit
that referenced
this issue
Jun 29, 2024
- Removed the migrations from the WebAnno era that delete indexes that were created before Liquibase was introduced
reckart
added a commit
that referenced
this issue
Jun 29, 2024
- Removed the migrations from the WebAnno era that delete indexes that were created before Liquibase was introduced
reckart
added a commit
that referenced
this issue
Jun 29, 2024
- Removed the migrations from the WebAnno era that delete indexes that were created before Liquibase was introduced
reckart
added a commit
that referenced
this issue
Jun 29, 2024
- Removed the migrations from the WebAnno era that delete indexes that were created before Liquibase was introduced
reckart
added a commit
that referenced
this issue
Jun 29, 2024
- Removed the migrations from the WebAnno era that delete indexes that were created before Liquibase was introduced
reckart
added a commit
that referenced
this issue
Jun 29, 2024
…ve-old-database-migrations-that-seem-to-get-always-executed #3407 - Remove old database migrations that seem to get always executed
reckart
added a commit
that referenced
this issue
Jul 3, 2024
…de-to-proper-curation-page * main: (24 commits) #4919 - Unable to import project with knowledge-based exported by INCEpTION 33.0 (again) #4921 - Constraints do not work properly when rules are distributed over multiple rulesets #4915 - Support for MySQL 8 #4051 - Postgres support #3407 - Remove old database migrations that seem to get always executed #3407 - Remove old database migrations that seem to get always executed #4909 - Upgrade dependencies #4911 - No results when searching as curator after re-indexing project #4909 - Upgrade dependencies [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-33.1 #4901 - Consider document structure when splitting sentences in custom XML formats #4880 - Upgrade dependencies #4898 - Unable to import project with knowledge-based exported by INCEpTION 33.0 #4896 - Ability to search for additional languages in knowledge-base No issue: Trim LLM responses #4892 - Curation sidebar state not cleared when logging out #4891 - Exception in sidebar curation mode when document-level annotations exist #4727 - Switching between editors can cause the old and the new editors to be loaded and initialized #4889 - Document sometimes not rendered in by-line brat render modes ... % Conflicts: % inception/inception-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/AnnotationPage.java
reckart
added a commit
that referenced
this issue
Jul 3, 2024
…de-to-proper-curation-page * main: (24 commits) #4919 - Unable to import project with knowledge-based exported by INCEpTION 33.0 (again) #4921 - Constraints do not work properly when rules are distributed over multiple rulesets #4915 - Support for MySQL 8 #4051 - Postgres support #3407 - Remove old database migrations that seem to get always executed #3407 - Remove old database migrations that seem to get always executed #4909 - Upgrade dependencies #4911 - No results when searching as curator after re-indexing project #4909 - Upgrade dependencies [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-33.1 #4901 - Consider document structure when splitting sentences in custom XML formats #4880 - Upgrade dependencies #4898 - Unable to import project with knowledge-based exported by INCEpTION 33.0 #4896 - Ability to search for additional languages in knowledge-base No issue: Trim LLM responses #4892 - Curation sidebar state not cleared when logging out #4891 - Exception in sidebar curation mode when document-level annotations exist #4727 - Switching between editors can cause the old and the new editors to be loaded and initialized #4889 - Document sometimes not rendered in by-line brat render modes ... % Conflicts: % inception/inception-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/AnnotationPage.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the refactoring action
There are some database migrations that appear to be always executed. It seems at least some of them are removing indexes from ancient WebAnno versions that were created there when we still used Hibernate to maintain the schema. It would seem these migrations could removed now:
Need to check all of these migrations - there may be some with a different background/history.
Expected benefit
Avoid running certain migrations every time the application starts.
The text was updated successfully, but these errors were encountered: