增加is_test字段

This commit is contained in:
crystal20277 2023-02-22 17:32:29 +08:00
parent 2c23e86587
commit ccf1b62aa5
1 changed files with 2 additions and 0 deletions

2
sql/02_2023-02-22.sql Normal file
View File

@ -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;