This commit is contained in:
2020-02-27 18:30:49 +00:00
parent 61e7f85e33
commit 937f984788

View File

@@ -96,7 +96,10 @@ DEVELOPMENT STREAMLINING
todo: Attachable attribute..do I need it? reflection is slow and maybe it's just easier to track it manually by comment in ayatype
- Can't use it at client
todo: import user (and other objects) is going to need to uniqueify names in cases where they were not already defined unique
TODO: IMPORT have a think about fouralarmfire's situation with crazy high id numbers, do we want to import them as that or...?
- thought of adding a single letter scheme to them to reset or something
todo: IMPORT user (and other objects) is going to need to uniqueify names in cases where they were not already defined unique
- pick through the db schema for v7 to find things NOT defined unique but have a name importing to RAVEN
- Or just assume all may not be unique and check on each one during imports