Skip to content

Commit

Permalink
Update database.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš committed Apr 12, 2019
1 parent 14ed2d0 commit 3490f05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .docs/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Package included database loader for **[Doctrine 2](https://www.doctrine-project
## Content
- [Doctrine - how to configure](#doctrine)
- [Nette Database - how to configure](#nette-database)
- [Bugs - known bugs](#bugs)

## Doctrine
You must create a file with specific format in scanned dirs like as **messages.en_US.doctrine**. All parameters are optional, but file must be created.
Expand Down Expand Up @@ -144,6 +143,3 @@ CREATE TABLE `messages` (
KEY `message` (`message`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
```

## Bugs
- refreshing cache, if you something change in database

0 comments on commit 3490f05

Please sign in to comment.