fleet/server/datastore/mysql/migrations/data
2022-08-10 15:15:01 -04:00
..
20161229171615_InsertBuiltinLabels.go Remove inmem store (#1534) 2021-08-04 10:40:04 -03:00
20170223171234_UpdateBuiltinLabels.go Remove inmem store (#1534) 2021-08-04 10:40:04 -03:00
20170301093653_AddAllHostsToAllHostsLabel.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
20170314151620_FixCentosLabel.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
20181119180000_Placeholder.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
20210330130314_UpdateBuiltinLabels.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
20210806135609_AddAllLinuxBuiltInLabels.go Add All Linux label (#1582) 2021-08-18 15:55:48 -03:00
20210819120215_ChangeTeamScheduleNames.go Make team schedule names more user friendly and hide them from host pack stats (#1737) 2021-08-23 14:23:47 -03:00
migration.go Update database migration tooling (#281) 2021-02-05 09:48:06 -08:00
README.md Update /macadmins endpoints to include MDM name and aggregate count (#7137) 2022-08-10 15:15:01 -04:00

Data Migrations

Data migrations are now deprecated, and any data changes (DML statements - Data Modification Language) should be done in standard "tables" migrations, alongside any table (DDL statements - Data Definition Language) changes.