-
Notifications
You must be signed in to change notification settings - Fork 57
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
Constraint for table doc_favourites
causing build failures
#3242
Labels
Comments
p-kimberley
added a commit
to p-kimberley/stroom
that referenced
this issue
Feb 12, 2023
p-kimberley
added a commit
to p-kimberley/stroom
that referenced
this issue
Feb 13, 2023
p-kimberley
added a commit
to p-kimberley/stroom
that referenced
this issue
Feb 13, 2023
p-kimberley
added a commit
to p-kimberley/stroom
that referenced
this issue
Feb 13, 2023
p-kimberley
added a commit
to p-kimberley/stroom
that referenced
this issue
Feb 13, 2023
p-kimberley
added a commit
to p-kimberley/stroom
that referenced
this issue
Feb 13, 2023
stroomdev66
added a commit
that referenced
this issue
Feb 14, 2023
Refactor doc favourites to explorer favourites
p-kimberley
added a commit
to p-kimberley/stroom
that referenced
this issue
Feb 15, 2023
# Conflicts: # stroom-explorer/stroom-explorer-impl-db/src/main/resources/stroom/explorer/impl/db/migration/V07_01_00_005__explorer_favourite.sql
p-kimberley
added a commit
to p-kimberley/stroom
that referenced
this issue
Feb 18, 2023
# Conflicts: # .idea/checkstyle-idea.xml # CHANGELOG.md # stroom-app/src/main/resources/ui/css/ExplorerCell.css # stroom-app/src/main/resources/ui/css/app.css # stroom-core-client-widget/src/main/java/stroom/widget/menu/client/presenter/MenuItemCell.java # stroom-core-client/src/main/java/stroom/data/client/presenter/AbstractMetaListPresenter.java # stroom-core-client/src/main/java/stroom/data/client/presenter/SelectionSummaryPresenter.java # stroom-core-client/src/main/java/stroom/document/client/DocumentPluginEventManager.java # stroom-core-client/src/main/java/stroom/entity/client/presenter/CopyDocumentPresenter.java # stroom-core-client/src/main/java/stroom/entity/client/presenter/CreateDocumentPresenter.java # stroom-core-client/src/main/java/stroom/entity/client/presenter/MoveDocumentPresenter.java # stroom-core-client/src/main/java/stroom/entity/client/presenter/NameDocumentPresenter.java # stroom-core-client/src/main/java/stroom/explorer/client/presenter/EntityCheckTreePresenter.java # stroom-core-client/src/main/java/stroom/explorer/client/presenter/ExplorerDropDownTreePresenter.java # stroom-core-client/src/main/java/stroom/explorer/client/view/ExplorerCell.java # stroom-core-client/src/main/java/stroom/importexport/client/presenter/DependenciesPresenter.java # stroom-core-client/src/main/java/stroom/main/client/presenter/MainPresenter.java # stroom-core-client/src/main/java/stroom/receive/rules/client/view/FieldEditViewImpl.java # stroom-core-client/src/main/resources/stroom/receive/rules/client/view/FieldEditViewImpl.ui.xml # stroom-dashboard/stroom-dashboard-client/src/main/java/stroom/dashboard/client/main/DashboardPresenter.java # stroom-dashboard/stroom-dashboard-client/src/main/java/stroom/dashboard/client/table/FieldAddPresenter.java # stroom-dashboard/stroom-dashboard-client/src/main/java/stroom/dashboard/client/table/TablePresenter.java # stroom-explorer/stroom-explorer-impl-db-jooq/src/main/java/stroom/explorer/impl/db/jooq/Keys.java # stroom-explorer/stroom-explorer-impl-db-jooq/src/main/java/stroom/explorer/impl/db/jooq/Stroom.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When performing DB migrations in a clean environment, the migration
V07_00_00_003__Doc_favourite.sql
is failing, due to aconstraint
requiring the existence of thestroom_user
table (which does not yet exist).The text was updated successfully, but these errors were encountered: