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

Fix App Bundle with Group Privilege export import #683

Open
petmongrels opened this issue Jan 31, 2024 · 0 comments
Open

Fix App Bundle with Group Privilege export import #683

petmongrels opened this issue Jan 31, 2024 · 0 comments

Comments

@petmongrels
Copy link
Contributor

Group Privilege refers to privilege using UUID. But the UUID for some privilege is generated using the uuid_generate function in flyway migration scripts. This makes the privilege export import not work across environments.
Since privilege is managed by the platform it can be referred using its unique Type instead of UUID in the bundle. The types remain the same across environments.
Also ensure that the privilege.type is unique column.

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

No branches or pull requests

1 participant