From 561dcf02ca32d2bf1f93820c73b87ab7977a4701 Mon Sep 17 00:00:00 2001 From: Hugo Rialan Date: Thu, 13 Jun 2024 18:20:01 +0200 Subject: [PATCH] test --- definitions/first_table.sqlx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/definitions/first_table.sqlx b/definitions/first_table.sqlx index 295a510..5ea4528 100644 --- a/definitions/first_table.sqlx +++ b/definitions/first_table.sqlx @@ -7,8 +7,7 @@ SELECT CURRENT_DATE() AS updated_date UNION ALL SELECT - 1 AS id, - CURRENT_DATE() AS updated_date + 1 AS id, CURRENT_DATE() AS updated_date UNION ALL SELECT 2 AS id,