fleet/server/goose
Ian Littman 662b346d5a
Use UTC timestamps for DB migrations (#36228)
No changes file because this is just a tooling change rather than a
functionality change.

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)

## Testing

- [x] QA'd all new/changed functionality manually
2025-11-24 15:49:10 -06:00
..
cmd/goose Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
create.go Use UTC timestamps for DB migrations (#36228) 2025-11-24 15:49:10 -06:00
dialect.go Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
down.go Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
goose.go Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
LICENSE Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
migrate.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
migrate_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
migration.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
migration_sql.go Add gosimple linter (#23250) 2024-10-29 14:17:51 -05:00
migration_sql_test.go Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
README.md Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
redo.go Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
status.go Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
up.go Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
util.go Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00
version.go Move external dependency goose to monorepo (#15859) 2024-01-02 17:52:00 -03:00

goose

Goose is a database migration tool. Manage your database's evolution by creating incremental SQL files or Go functions.

Contents

The contents in this directory are a copy (made in December 2023) of https://github.com/fleetdm/goose which is a fork of https://github.com/pressly/goose with some customizations for working with Fleet.