You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,16 @@ For Maven:
36
36
<dependency>
37
37
<groupId>org.casbin</groupId>
38
38
<artifactId>jdbc-adapter</artifactId>
39
-
<version>2.0.1</version>
39
+
<version>LATEST</version>
40
40
</dependency>
41
41
```
42
42
43
+
**Notice:**
44
+
45
+
Since version 2.0.2, jdbc-adapter adds an ``id`` field to the database table structure by default.
46
+
47
+
If you want to upgrade to 2.0.2 - 2.2.0, you have to add the ``id`` field manually. It is recommended to add the ``id`` field. If you don't want to add the ``id`` field, please use 2.2.1+.
0 commit comments