fleet/server/datastore
Zach Wasserman eea6aa5c64
Fix unexpected print of migration status warning (#50)
Replace the now-deleted migration
server/datastore/mysql/migrations/data/20181119180000_DeleteSoftDeletedEntities.go
with a new migration containing the same timestamp. This allows Fleet to
see the appropriate migration state for users upgrading from previous
versions without actually modifying the DB.

Fixes #48
2020-11-18 11:44:06 -08:00
..
inmem Add host additional info filters (#28) 2020-11-13 16:33:25 -08:00
internal/appstate Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
mysql Fix unexpected print of migration status warning (#50) 2020-11-18 11:44:06 -08:00
datastore_app_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_campaigns_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_carves_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_email_changes_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_hosts_test.go Add host additional info filters (#28) 2020-11-13 16:33:25 -08:00
datastore_invites_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_labels_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_migrations_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_osquery_options_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_packs_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_password_reset_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_queries_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_scheduled_queries_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_targets_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_test.go Add host additional info filters (#28) 2020-11-13 16:33:25 -08:00
datastore_unicode_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
datastore_users_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
mysql_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00