mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 19:12:24 -05:00
[chore] Update a bunch of database dependencies (#1772)
* [chore] Update a bunch of database dependencies * fix lil thing
This commit is contained in:
parent
66df974143
commit
ec325fee14
402 changed files with 35068 additions and 35401 deletions
2
vendor/github.com/uptrace/bun/migrate/migrations.go
generated
vendored
2
vendor/github.com/uptrace/bun/migrate/migrations.go
generated
vendored
|
|
@ -157,7 +157,7 @@ func migrationFile() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
var fnameRE = regexp.MustCompile(`^(\d{14})_([0-9a-z_\-]+)\.`)
|
||||
var fnameRE = regexp.MustCompile(`^(\d{1,14})_([0-9a-z_\-]+)\.`)
|
||||
|
||||
func extractMigrationName(fpath string) (string, string, error) {
|
||||
fname := filepath.Base(fpath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue