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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The source-code can be directly checked-out through this repository. It contains
85
85
*[mysqld]
86
86
* init-connect='SET NAMES utf8'
87
87
* character-set-server = utf8
88
-
* import `SSS/ss/src/main/resources/conf/sss_schema.sql` to setup `sss` scheme
88
+
*either import `SSS/ss/src/main/resources/conf/sss_schema.sql` to setup `sss` scheme or apply respective database migration script, e.g. `SSS/ss/src/main/resources/conf/sss_schema_upgrade_6.0.0_6.0.1.sql`
89
89
90
90
### SSS and REST adapter
91
91
* download SSS containing its REST adapter from this repository
0 commit comments