Skip to content

Commit

Permalink
Use sql highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Nov 25, 2023
1 parent b8bc8db commit 9688e53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You will need some way to assign a version to each script. I prefer adding the v

The other aspect of this migrations strategy is that we will need to maintain a table containing the migration history of the database. I prefer a simple table myself:

```plpgsql
```sql
CREATE TABLE migration_history(
"version" bigint primary key,
"migrated" timestamp default NOW()
Expand Down

0 comments on commit 9688e53

Please sign in to comment.