feat: separate sql
This commit is contained in:
4
backend/app/sql/listing_images.sql
Normal file
4
backend/app/sql/listing_images.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
select
|
||||
raw_json -> 'photo_urls' as photo_urls
|
||||
from {images_schema}.{images_table}
|
||||
where global_id = :gid
|
||||
Reference in New Issue
Block a user