You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: drop type_key column from text_fields and datetime_fields tables (#1370)
* fix: drop type_key column from text_fields and datetime_fields tables
* fix: commit empty DB_VERSION 200 library
* fix: use recommended renaming order for field tables
- Adds `text_field_templates` and `date_field_templates` tables.
156
156
- Drops `boolean_fields` and `value_type` tables.
@@ -162,3 +162,12 @@ Migration from the legacy JSON format is provided via a walkthrough when opening
162
162
- Values are set to `TRUE` if the field row was previously a "TEXT_BOX" type.
163
163
- Repairs existing "Description" fields inside the `text_fields` table to have their `is_multiline` column set to `TRUE`_(Previously done in [Version 7](#version-7))_.
164
164
- Repairs existing "Comments" fields inside the `text_fields` table to have their `is_multiline` column set to `TRUE`.
0 commit comments