SQL Expanders 5.0.0
Version 5.0.0 of SQL Expanders introduces support for multiple data scripts. The data has now been more closely
integrated with the NS model, allowing us to work with multiple scripts per application.
The new file format simply adds a name attribute to the root element. This attribute indicates the name that will be
used for the file of the generated SQL script. The name should also equal the filename.
<dataInstances
xmlns="https://schemas.normalizedsystems.org/xsd/sql-expanders/5/0/0/dataInstances"
name="001-app-init-data">
<!-- data instances here -->
</dataInstances>
Migration
Once you upgrade the version of sql-expanders to 5.0.0 or above, the next time you export the application model
from micro-radiant, it will move the existing init data file and update the file to the latest format. This is now
possible because the model is aware of the init data file, represented as an ApplicationData meta element.
Do note that at this time it is not possible to modify the data in the micro-radiant, as it is not represented by a full NS model.
