Skip to content

Commit 23b2866

Browse files
committed
Address sourcery's comments
1 parent 1c7519b commit 23b2866

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ You’ll find the SQLE package useful if you’re not a fan of full-featured ORM
3737
3838
### Install SQLE
3939
- install latest commit from `main` branch
40-
```
40+
```sh
4141
go get github.com/yaitoo/sqle@main
4242
```
4343

4444
- install latest release
45-
```
45+
```sh
4646
go get github.com/yaitoo/sqle@latest
4747
```
4848

@@ -512,7 +512,7 @@ and database can be migrated in code
512512
```
513513
see more [examples](./migrate/migrator_test.go?L40)
514514

515-
if a table has been rotated, and migration should be started with `/* rotate: monthly=20240201-20240401*/` as first line. so the migration is applied automatically on the table and all it's rotated tables from 20240201 to 20240401.
515+
if a table has been rotated, and migration should be started with `/* rotate: monthly=20240201-20240401*/` as first line. so the migration is applied automatically on the table and all its rotated tables from 20240201 to 20240401.
516516
```sql
517517
/* rotate: monthly = 20240201 - 20240401 */
518518
CREATE TABLE IF NOT EXISTS monthly_logs<rotate> (

0 commit comments

Comments
 (0)