Skip to content

Commit

Permalink
feat: casbin policy schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Sep 26, 2024
1 parent da6b445 commit cf9165f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/031_casbin_effect.sql
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
UPDATE casbin_rule SET v3 = 'allow' WHERE ptype = 'p' and (v3 is null or v3 = '')
UPDATE casbin_rule SET v3 = 'allow' WHERE ptype = 'p' and (v3 is null or v3 = '');

UPDATE casbin_rule SET v4 = 'true' WHERE ptype = 'p' and (v4 is null OR v4 = '');

0 comments on commit cf9165f

Please sign in to comment.