Skip to content

Commit e3cafec

Browse files
authored
Merge pull request #341 from kenjis/update-docs
docs: small update
2 parents fa994dc + 728cb34 commit e3cafec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Every open-source project depends on it's contributors to be a success. The foll
6262
contributed in one manner or another in making Shield:
6363

6464
<a href="https://github.com/codeigniter4/shield/graphs/contributors">
65-
<img src="https://contrib.rocks/image?repo=codeigniter4/shield" />
65+
<img src="https://contrib.rocks/image?repo=codeigniter4/shield" alt="Contributors">
6666
</a>
6767

6868
Made with [contrib.rocks](https://contrib.rocks).

docs/install.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ When you run `spark migrate --all`, if you get `Class "SQLite3" not found` error
7373
1. Remove sample migration files in `tests/_support/Database/Migrations/`
7474
2. Or install `sqlite3` php extension
7575

76+
If you get `Specified key was too long` error:
77+
78+
1. Use InnoDB, not MyISAM.
79+
7680
---
7781

7882
## Initial Setup

0 commit comments

Comments
 (0)