Skip to content

Commit 587b49f

Browse files
authored
Merge pull request #1657 from jeremiah/patch-1
Update database.php - feat(backend): typo fix in documentation
2 parents a5498a4 + 51a0da9 commit 587b49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
| defined above, and the db user must have read-write access to it:
7373
|
7474
| Postgresql:
75-
| CREATE TABLE hm_user_session (hm_id varchar(250) primary key not null, data text, hm_version INTEGEF DEFAULT 1, date timestamp);
75+
| CREATE TABLE hm_user_session (hm_id varchar(250) primary key not null, data text, hm_version INTEGER DEFAULT 1, date timestamp);
7676
|
7777
| MySQL or SQLite:
78-
| CREATE TABLE hm_user_session (hm_id varchar(180), data longblob, hm_version INTEGEF DEFAULT 1, lock INTEGER DEFAULT 0, date timestamp, primary key (hm_id));
78+
| CREATE TABLE hm_user_session (hm_id varchar(180), data longblob, hm_version INTEGER DEFAULT 1, lock INTEGER DEFAULT 0, date timestamp, primary key (hm_id));
7979
|
8080
|
8181
| DB Authentication

0 commit comments

Comments
 (0)