mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Fix incorrect alias
This commit is contained in:
parent
17e3bf2f20
commit
c16ac90b58
1 changed files with 1 additions and 1 deletions
|
|
@ -1813,7 +1813,7 @@ export async function createStorage(connection: string, maximumPoolSize: number)
|
|||
SELECT svi.created_at FROM public.schema_versions as svi WHERE svi.id = ${version}
|
||||
) AND sv.target_id = ${target} ORDER BY sv.created_at DESC LIMIT 1
|
||||
) AND sl.action = 'PUSH'
|
||||
ORDER BY c.created_at DESC
|
||||
ORDER BY sl.created_at DESC
|
||||
`,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue