mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 07:27:34 +00:00
chore: move the go code into a subfolder
This commit is contained in:
4
apps/api/cmd/setup/36.sql
Normal file
4
apps/api/cmd/setup/36.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
SELECT instance_id, type, reached_date, last_pushed_date
|
||||
FROM projections.milestones
|
||||
WHERE reached_date IS NOT NULL
|
||||
ORDER BY instance_id, reached_date;
|
Reference in New Issue
Block a user