mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 15:24:18 +00:00
Mark Rowe
9f1702a10f
Support migrating required columns to optional, preserving their contents.
Required columns are migrated to optional by creating a new nullable column, copying the data from the required column to the optional column, then removing the original required column.
Description
Languages
JavaScript
45.9%
C++
38.4%
Objective-C
3.9%
Shell
3.3%
Objective-C++
3.2%
Other
5.3%