We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e412f commit 05c2756Copy full SHA for 05c2756
migrations/V77__permission_refinement.sql
@@ -0,0 +1,9 @@
1
+alter table group_permission
2
+ change name technical_name varchar(100) not null comment 'hardcoded names to be used in code';
3
4
+ add name_key varchar(100) not null comment 'name key of permission in translation table';
5
+
6
+alter table user_group
7
8
9
+ add name_key varchar(100) not null comment 'name key of user group in translation table';
0 commit comments