Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ToSIC_EAV_DataTimeline 数据库表的用途是什么?
我看到该表使用了我数据库中的大部分空间,所以我很感兴趣是否可以“刷新/清除/ ...”或必须保持不变?
这是数据历史。所以基本上所有项目都可以恢复到以前的状态,但目前缺少 UI(它在 v7 中存在,但我们还没有为 v8 重新创建它)。所以杀死历史是一件安全的事情,当然当历史UI再次出现时,您将无法回滚项目。
I'm attempting to build a non blocking async call in an Ember.js app without using Ember Data.
I have the following Ember.js model: