feat: refactor project
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
select
|
||||
raw_json -> 'photo_urls' as photo_urls
|
||||
from {images_schema}.{images_table}
|
||||
select raw_json -> 'photo_urls' as photo_urls
|
||||
from {{ images_schema }}.{{ images_table }}
|
||||
where global_id = :gid
|
||||
|
||||
Reference in New Issue
Block a user