Skip to content
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

Missing primary keys from a few tables #2162

Open
bjagg opened this issue Sep 10, 2020 · 2 comments
Open

Missing primary keys from a few tables #2162

bjagg opened this issue Sep 10, 2020 · 2 comments
Labels

Comments

@bjagg
Copy link
Member

bjagg commented Sep 10, 2020

Describe the bug
There are missing primary keys in 3 tables. The cause seems to be due to using @jointable rather than @collectiontable

- UP_EVENT_AGGR_CONF_INTRVL_EXC
- UP_EVENT_AGGR_CONF_INTRVL_INC
- UP_SS_DESC_LAY_ATTR_ELMS

To Reproduce
Steps to reproduce the behavior:

  1. run gradlew dataInit

Expected behavior
All uPortal tables have primary keys defined

@bjagg bjagg added the bug label Sep 10, 2020
@jgribonvald
Copy link
Contributor

Good catch ! The thing is that the ID column exist but they aren't defined as PrimaryKeys !
The patch is easy, like the migration for existing datas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants