An open API service indexing awesome lists of open source software.

https://github.com/thomastjdev/nimwc_assetname

NimWC plugin for naming of assets
https://github.com/thomastjdev/nimwc_assetname

Last synced: about 1 month ago
JSON representation

NimWC plugin for naming of assets

Awesome Lists containing this project

README

          

# Nim Website Creator - Asset naming
[Nim Website Creator](https://github.com/ThomasTJdev/nim_websitecreator) plugin to name assets.

# Changelog
## v0.3
```
ALTER TABLE asset_data ADD COLUMN oldtag VARCHAR(1000);
ALTER TABLE asset_data ADD COLUMN supplier VARCHAR(1000);
```

## v0.2
```
ALTER TABLE asset_types ADD COLUMN strictidnr VARCHAR(10);
```