fleet/server/datastore/mysql
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
..
migrations Fix unexpected print of migration status warning (#50) 2020-11-18 11:44:06 -08:00
app_configs.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
campaigns.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
carves.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
config.go Datastore refactor (#439) 2016-11-16 21:47:49 +08:00
datastore_test.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
delete.go Remove soft-deletion pattern (#2327) 2020-10-22 10:51:26 -07:00
email_changes.go Retry sqlx transactions (#2203) 2020-03-10 18:14:02 -07:00
errors.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
fulltext.go Fix target search behavior with - and + symbols (#2067) 2019-07-03 10:47:43 -07:00
fulltext_test.go Fix target search behavior with - and + symbols (#2067) 2019-07-03 10:47:43 -07:00
hosts.go Add host additional info filters (#28) 2020-11-13 16:33:25 -08:00
invites.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
labels.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
labels_test.go Clean up and comments before merge. 2020-07-21 14:05:46 -07:00
mysql.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
mysql_test.go Sanitize column names for order key in MySQL (#2224) 2020-04-22 13:59:40 -07:00
osquery_options.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
packs.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
password_reset.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
queries.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
scheduled_queries.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
sessions.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
targets.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00
users.go Update the Go import paths to new repo name (#27) 2020-11-11 09:59:12 -08:00