Skip to content

Commit c90d36f

Browse files
fix: add sql fixture to pass tests
1 parent 8f2fbbb commit c90d36f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
INSERT INTO
2+
template_prebuild_notification_cooldowns (
3+
template_id,
4+
notification_type,
5+
last_notification_sent
6+
)
7+
VALUES (
8+
'6b298946-7a4f-47ac-9158-b03b08740a41',
9+
'admin',
10+
'2025-01-01 00:00:00+00'
11+
);

0 commit comments

Comments
 (0)