You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TABLE WITHOUT ID
file.link as "Files updated in the last 2 weeks",
file.mtime AS ""
WHERE dg-publish = True
AND date(today) - file.mtime < dur(14 days)
SORT file.mtime DESC