mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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 |
||
|---|---|---|
| .. | ||
| cmd/goose | ||
| create.go | ||
| dialect.go | ||
| down.go | ||
| goose.go | ||
| LICENSE | ||
| migrate.go | ||
| migrate_test.go | ||
| migration.go | ||
| migration_sql.go | ||
| migration_sql_test.go | ||
| README.md | ||
| redo.go | ||
| status.go | ||
| up.go | ||
| util.go | ||
| version.go | ||
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.