diff options
author | devianl2 <devianleong@gmail.com> | 2022-02-13 21:14:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 21:14:14 +0800 |
commit | aabf4c3b5b809d2f4813304539bdc26e6d97796c (patch) | |
tree | 52ac820adbaef5dcec01eff854654297fbcc1403 | |
parent | 4a71aee0ab56a8450f5791554d06f544f6be1157 (diff) |
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -120,4 +120,11 @@ class ScormController extends BaseController // TODO save user progress... } } -```
\ No newline at end of file +``` + +***Upgrade from version 2 to 3:*** +Update your Scorm table: +- Add entry_url (varchar 191 / nullable) +- Change hash_name to title +- Remove origin_file_mime field + |