mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Fix DB convention typo (#6347)
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
|
||||
Database tables are named plural, columns don't have any prefix.
|
||||
|
||||
Example: Table name `agent`, columns `id`, `name`.
|
||||
Example: Model name `Agent` with table name `agents` and columns `id`, `name`.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
### Unit Tests
|
||||
|
||||
[We use default golang unit tests](https://go.dev/doc/tutorial/add-a-test)
|
||||
with [`"github.com/stretchr/testify/assert"`](https://pkg.go.dev/github.com/stretchr/testify@v1.9.0/assert) to simplify testing.
|
||||
with [`"github.com/stretchr/testify/assert"`](https://pkg.go.dev/github.com/stretchr/testify/assert) to simplify testing.
|
||||
|
||||
### Integration Tests
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
Database tables are named plural, columns don't have any prefix.
|
||||
|
||||
Example: Table name `agent`, columns `id`, `name`.
|
||||
Example: Model name `Agent` with table name `agents` and columns `id`, `name`.
|
||||
|
||||
Reference in New Issue
Block a user