8000 Fix typo: BLOG => BLOB by ifdattic · Pull Request #4848 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fix typo: BLOG => BLOB #4848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo: BLOG => BLOB
| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.6
| Fixed tickets |
  • Loading branch information
ifdattic committed Jan 16, 2015
commit d83f0054743d19f3f3a5f714b49ecca5475f7b64
2 changes: 1 addition & 1 deletion cookbook/configuration/pdo_session_storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Example SQL Statements
* A new session lifetime (``sess_lifetime`` by default) integer column
needs to be added;
* The data column (``sess_data`` by default) needs to be changed to a
BLOG type.
BLOB type.

Check the SQL statements below for more details.

Expand Down
0