From ccf1b62aa5622f70ee779b84b2fe0e95adebed40 Mon Sep 17 00:00:00 2001 From: crystal20277 Date: Wed, 22 Feb 2023 17:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0is=5Ftest=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/02_2023-02-22.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/02_2023-02-22.sql diff --git a/sql/02_2023-02-22.sql b/sql/02_2023-02-22.sql new file mode 100644 index 0000000..03ba0bb --- /dev/null +++ b/sql/02_2023-02-22.sql @@ -0,0 +1,2 @@ +ALTER TABLE public.ai_repository_history ADD is_test boolean NULL; +ALTER TABLE public.ai_repo_trend_statistics ADD is_test boolean NULL; \ No newline at end of file