Clean up the misnaming of columns.
The naming standard is: ANY column that ends with '_ID' is a primary key in the table. ANY column that ends with '_REF' is a foreign key in the table. So 'ENDPOINT_ID' and 'NETWORK_ID' were misnamed in the ENDPOINT table, and were changed to 'ENDPOINT_IDENTIFIER' and 'NETWORK_IDENTIFIER'.
显示
- src-electron/db/db-mapping.js 3 个添加, 3 个删除src-electron/db/db-mapping.js
- src-electron/db/query-config.js 11 个添加, 17 个删除src-electron/db/query-config.js
- src-electron/db/zap-schema.sql 17 个添加, 11 个删除src-electron/db/zap-schema.sql
- src-electron/importexport/export.js 10 个添加, 10 个删除src-electron/importexport/export.js
- src-electron/rest/user-data.js 2 个添加, 2 个删除src-electron/rest/user-data.js
想要评论请 注册 或 登录