Changes between Version 16 and Version 17 of WikiStart/Analytics
- Timestamp:
- 04/25/25 21:59:31 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/Analytics
v16 v17 221 221 222 222 CREATE INDEX idx_account_id ON account(id); 223 }}} 223 224 CREATE INDEX form on "transaction"(currency,"type",timestamp); 225 226 }}}