arnoudkooi / sn-scriptsync

Use sn-scriptsync in combination with SN Utils to be able to code in VS Code, including all benefits of a full fledged code editor
https://marketplace.visualstudio.com/items?itemName=arnoudkooicom.sn-scriptsync
Other
43 stars 28 forks source link

Naming of files is suboptimal for some tables #86

Closed Blenderpics closed 1 year ago

Blenderpics commented 1 year ago

For some tables the default naming causes a lot of file name conflicts.
For example: syncing ACLs will create a file with a filename pattern of [tablename].script.js.
Since you will have more than one ACL for each table most of the time, this will create a lot of weirdly named files, since they will always conflict, due to the otherwise equal file name.

It would be nice if the the table name and/or (in case of ACLs for example) the action (read/write/etc) would be appended to the file.

arnoudkooi commented 1 year ago

Looks like this one can be managed via #85