first
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
INSERT INTO
|
||||
"public"."frame_config" (
|
||||
"id",
|
||||
"key",
|
||||
"value",
|
||||
"sort_number",
|
||||
"is_enable",
|
||||
"is_delete",
|
||||
"create_at",
|
||||
"create_by",
|
||||
"update_at",
|
||||
"update_by",
|
||||
"remark",
|
||||
"extend"
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
gen_random_uuid (),
|
||||
'DiaryWindowSeconds',
|
||||
'60',
|
||||
'0',
|
||||
't',
|
||||
'f',
|
||||
'2026-03-12 12:00:00.00000',
|
||||
'FASS.Mvc',
|
||||
'2026-03-12 12:00:00.00000',
|
||||
'FASS.Mvc',
|
||||
NULL,
|
||||
NULL
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
"public"."frame_config" (
|
||||
"id",
|
||||
"key",
|
||||
"value",
|
||||
"sort_number",
|
||||
"is_enable",
|
||||
"is_delete",
|
||||
"create_at",
|
||||
"create_by",
|
||||
"update_at",
|
||||
"update_by",
|
||||
"remark",
|
||||
"extend"
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
gen_random_uuid (),
|
||||
'AlarmWindowSeconds',
|
||||
'60',
|
||||
'0',
|
||||
't',
|
||||
'f',
|
||||
'2026-03-12 12:00:00.00000',
|
||||
'FASS.Mvc',
|
||||
'2026-03-12 12:00:00.00000',
|
||||
'FASS.Mvc',
|
||||
NULL,
|
||||
NULL
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
"public"."frame_config" (
|
||||
"id",
|
||||
"key",
|
||||
"value",
|
||||
"sort_number",
|
||||
"is_enable",
|
||||
"is_delete",
|
||||
"create_at",
|
||||
"create_by",
|
||||
"update_at",
|
||||
"update_by",
|
||||
"remark",
|
||||
"extend"
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
gen_random_uuid (),
|
||||
'TrafficWindowSeconds',
|
||||
'30',
|
||||
'0',
|
||||
't',
|
||||
'f',
|
||||
'2026-03-12 12:00:00.00000',
|
||||
'FASS.Mvc',
|
||||
'2026-03-12 12:00:00.00000',
|
||||
'FASS.Mvc',
|
||||
NULL,
|
||||
NULL
|
||||
);
|
||||
Reference in New Issue
Block a user