post list
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not 2022-10-20 11:39:58 +10:00
parent e445c2bda1
commit 1b60bf776f

View File

@ -41,7 +41,7 @@ namespace NeDvachAPI
// ORDER BY post_id DESC // ORDER BY post_id DESC
// limit 10 // limit 10
// ) // )
subquery ORDER BY post_id ASC", conn) ) // subquery ORDER BY post_id ASC", conn) )
using ( var command = new NpgsqlCommand(@" using ( var command = new NpgsqlCommand(@"
SELECT * FROM SELECT * FROM
( (