mirror of
https://github.com/penpot/penpot.git
synced 2026-05-07 00:58:48 +00:00
3 lines
190 B
SQL
3 lines
190 B
SQL
CREATE INDEX audit_log__created_at__idx ON audit_log(created_at) WHERE archived_at IS NULL;
|
|
CREATE INDEX audit_log__archived_at__idx ON audit_log(archived_at) WHERE archived_at IS NOT NULL;
|