mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 12:03:00 -06:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
4
vendor/github.com/uptrace/bun/dialect/feature/feature.go
generated
vendored
4
vendor/github.com/uptrace/bun/dialect/feature/feature.go
generated
vendored
|
|
@ -17,5 +17,7 @@ const (
|
|||
TableCascade
|
||||
TableIdentity
|
||||
TableTruncate
|
||||
OnDuplicateKey
|
||||
InsertOnConflict // INSERT ... ON CONFLICT
|
||||
InsertOnDuplicateKey // INSERT ... ON DUPLICATE KEY
|
||||
InsertIgnore // INSERT IGNORE ...
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue