Skip to content

Commit 9f81a23

Browse files
author
Shlomi Noach
authored
Merge pull request #650 from evaldasg/patch-1
Add sql snippets highlighting
2 parents d5f0f01 + eb52906 commit 9f81a23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/shared-key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A requirement for a migration to run is that the two _before_ and _after_ tables
66

77
Consider a classic, simple migration. The table is any normal:
88

9-
```
9+
```sql
1010
CREATE TABLE tbl (
1111
id bigint unsigned not null auto_increment,
1212
data varchar(255),
@@ -37,7 +37,7 @@ Upon migration, `gh-ost` inspects both the original and _ghost_ table and attemp
3737

3838
### Examples: allowed and not allowed
3939

40-
```
40+
```sql
4141
create table some_table (
4242
id int auto_increment,
4343
ts timestamp,

0 commit comments

Comments
 (0)