SQL script files
BladeSmith generates the following SQL scripts in the project\scripts directory.
| File name | Description |
|---|---|
| errors.locale | Contains locale-specific error messages. For example, the file for the default US English locale is errors.en_us.1252. This file is only generated if you define new error messages for your module. |
| objects.sql | Contains SQL statements that update the sysbldobjects system table with information about the module objects that are created in a database. BladeManager uses the information in the table to register, unregister, and upgrade modules. |
| prepare.locale.sql | Contains SQL statements for locale-specific objects. For example, the file for the default US English locale is prepare.en_us.sql. |
| prepare.sql | Contains SQL statements that describe the module to BladeManager. |