Is it possible to set $createdAt and $updatedAt manually on users and documents?
I am importing a data handed to me in json format that has users and other documents related to them. I have looked into Appwrite server sdk and Rest API docs but I couldn't find on if this is possible.
Thank you
Currently there is no way to manually set this fields, the appwrite team found the same issue with the migration tool, you can check this issue where steven talk about it: https://github.com/appwrite/appwrite/issues/7412
I don't have any information about if this will be implemented of it's in the roadmap
thank you @Guille
[Solved] Manually set $createdAt and $updatedAt when creating users and documents
Recommended threads
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Get Started - Web is broken
Trying to complete the get started tasks since the "66%" was finally getting to me, and clicked on "web", was met with: ``` Uncaught TypeError: Cannot read prop...
- Database AI Column Suggestion Use Case
I tried using the AI column suggestion feature. For me, I prefer writing my column design separately in a notepad. Then my intention is to paste it into the AI ...