diff options
| author | 2025-03-10 19:40:16 +0000 | |
|---|---|---|
| committer | 2025-03-11 09:45:14 +0100 | |
| commit | 120be69fab389496dfb53239acfe7889b5219590 (patch) | |
| tree | d3524001c0e7f8fedbe2af24c546861860dd4eaa /vendor/github.com/uptrace/bun/migrate | |
| parent | [chore] add warning message when wazero compiler not supported (#3894) (diff) | |
| download | gotosocial-120be69fab389496dfb53239acfe7889b5219590.tar.xz | |
bumps our uptrace/bun dependencies to v1.2.11 (#3895)
Diffstat (limited to 'vendor/github.com/uptrace/bun/migrate')
| -rw-r--r-- | vendor/github.com/uptrace/bun/migrate/auto.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/uptrace/bun/migrate/auto.go b/vendor/github.com/uptrace/bun/migrate/auto.go index 16804cd99..8656902ca 100644 --- a/vendor/github.com/uptrace/bun/migrate/auto.go +++ b/vendor/github.com/uptrace/bun/migrate/auto.go @@ -191,7 +191,7 @@ func (am *AutoMigrator) plan(ctx context.Context) (*changeset, error) { } // Migrate writes required changes to a new migration file and runs the migration. -// This will create and entry in the migrations table, making it possible to revert +// This will create an entry in the migrations table, making it possible to revert // the changes with Migrator.Rollback(). MigrationOptions are passed on to Migrator.Migrate(). func (am *AutoMigrator) Migrate(ctx context.Context, opts ...MigrationOption) (*MigrationGroup, error) { migrations, _, err := am.createSQLMigrations(ctx, false) |
