fleet/server/datastore/mysql/migrations/data/README.md

4 lines
247 B
Markdown
Raw Normal View History

# 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.