Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vsimakhin committed Dec 15, 2024
1 parent 0504b25 commit 315f5c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
ENTRYPOINT ["./web-logbook" ]
CMD ["-dsn", "/data/web-logbook.sql"]
```
- **BREAKING**: If you encounter errors like the one shown below, verify the access rights and ownership of your `web-logbook.sql` file. Ensure it is owned by the current user rather than root, and update the ownership if necessary.
```bash
SQL logic error: no such table: metadata (1)
ERROR 2024/12/14 20:33:01 main.go:162: SQL logic error: view logbook_view already exists (1)
```

## [2.43.3] - 04.11.2024

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ You also can easily export all flight records into EASA style pdf format, print
ENTRYPOINT ["./web-logbook" ]
CMD ["-dsn", "/data/web-logbook.sql"]
```
- **BREAKING**: If you encounter errors like the one shown below, verify the access rights and ownership of your `web-logbook.sql` file. Ensure it is owned by the current user rather than root, and update the ownership if necessary.
```bash
SQL logic error: no such table: metadata (1)
ERROR 2024/12/14 20:33:01 main.go:162: SQL logic error: view logbook_view already exists (1)

```


## [2.43.3] - 04.11.2024

Expand Down

0 comments on commit 315f5c5

Please sign in to comment.