Fix few markdownlint warnings (#3825)

This commit is contained in:
Adam Stachowicz
2023-10-02 21:48:21 +00:00
committed by GitHub
parent d5a3f7e385
commit 04b8681cfb
9 changed files with 57 additions and 55 deletions

View File

@@ -1,10 +1,11 @@
## Info
# Info
https://knexjs.org/guide/migrations.html#knexfile-in-other-languages
## Basic rules
- All tables must have a primary key named `id`
- Filename format: `YYYY-MM-DD-HHMM-patch-name.js`
- Filename format: `YYYY-MM-DD-HHMM-patch-name.js`
- Avoid native SQL syntax, use knex methods, because Uptime Kuma supports SQLite and MariaDB.
## Template