3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Alphabetize 2.x asset field changes summary.

This commit is contained in:
Michael Stenta 2021-01-04 11:07:40 -05:00
parent c504a1b645
commit 0772ec163c

View file

@ -275,16 +275,16 @@ Below is the full list of asset types in farmOS 1.x and their new names in 2.x:
Asset field names are largely unchanged, with a few exceptions (note that *new*
fields are not listed here):
- `animal_castrated` -> `is_castrated`
- `animal_nicknames` -> `nickname`
- `animal_sex` -> `sex`
- `animal_tag` -> `id_tag`
- `archived` -> `status` and `archived` (see "Asset status" below)
- `date` -> `birthdate` (on `animal` assets)
- `description` -> `notes` (see also "Text format" above)
- `flags` -> `flag`
- `files` -> `file`
- `images` -> `image`
- `animal_castrated` -> `is_castrated`
- `animal_nicknames` -> `nickname`
- `animal_sex` -> `sex`
- `animal_tag` -> `id_tag`
#### Asset status