Skip to content

Commit 926da2e

Browse files
committed
Documentation adjust SQL highlighting.
1 parent ef2e8a1 commit 926da2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ management systems offer a rollback of DDL (CREATE, DROP, ...) statements.
113113

114114
An example for a migration inside a file `01_base_tables` is as follows:
115115

116-
```sqlite
116+
```sql
117117
CREATE TABLE tab0 (
118118
id string PRIMARY KEY
119119
)

0 commit comments

Comments
 (0)