backing up my SKOBKA
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2022-10-29 13:56:11 +10:00
parent 2c485665b0
commit c1edc35c28

View File

@ -129,7 +129,7 @@ namespace NeDvachAPI
using (var command = new NpgsqlCommand(@"
INSERT INTO dvach (post_id, post, post_timestamp)
VALUES ( DEFAULT, @postText, (
SELECT date_trunc('second', now()::timestamp(0)
SELECT date_trunc( 'second', now()::timestamp(0) )
) )", conn))
{
command.Parameters.AddWithValue("postText", postToSend.Text);