summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordevianl2 <devianleong@gmail.com>2022-02-13 21:14:14 +0800
committerGitHub <noreply@github.com>2022-02-13 21:14:14 +0800
commitaabf4c3b5b809d2f4813304539bdc26e6d97796c (patch)
tree52ac820adbaef5dcec01eff854654297fbcc1403
parent4a71aee0ab56a8450f5791554d06f544f6be1157 (diff)
Update README.md
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe02045..b8a6d53 100644
--- a/README.md
+++ b/README.md
@@ -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
+