From 2409312ffe0ab61e67b80c7c2d3aab53385ea31c Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 24 Jun 2024 22:31:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20?= =?UTF-8?q?=D1=82=D0=B8=D0=BF=20=D0=B4=D0=B0=D1=82=D1=8B=20=D0=B2=20=D1=82?= =?UTF-8?q?=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B5=20=D1=81=20text=20=D0=BD?= =?UTF-8?q?=D0=B0=20date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/schema.sql b/data/schema.sql index 22b7dd2..42e9bce 100644 --- a/data/schema.sql +++ b/data/schema.sql @@ -2,5 +2,5 @@ CREATE TABLE currency( from_currency TEXT NOT NULL, conv_currency TEXT NOT NULL, rate FLOAT NOT NULL, - date TEXT NOT NULL + date DATE NOT NULL ); \ No newline at end of file