select
id as project_id,
top_module,
shuttle_id,
first_submission_time
from
public.projects
where
status = 'submitted'
order by
shuttle_id desc,
first_submission_time desc;
-
Notifications
You must be signed in to change notification settings - Fork 1
TinyTapeout/tt-shuttle-stats
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published