diff --git a/script/3.6.1/schema/1.create_continuity_type.sql b/script/3.6.1/schema/1.create_continuity_type.sql new file mode 100644 index 0000000..6896767 --- /dev/null +++ b/script/3.6.1/schema/1.create_continuity_type.sql @@ -0,0 +1 @@ +INSERT INTO public.alarm_data_continuity_type (id, name, type_number) VALUES (10, '地灾电量监控日报', 10); \ No newline at end of file