Skip to content

Commit cfce15b

Browse files
committed
Fix typo in setup query
1 parent d339350 commit cfce15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/2025-01-24_migrate-serialized-entities.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CREATE TABLE migrate_serialized_queue(
88

99
-- Run this manually to populate the queue
1010

11-
-- INSERT INTO migrate_serialised_queue (hash, user_id)
11+
-- INSERT INTO migrate_serialized_queue (hash, user_id)
1212
-- SELECT c.hash, co.user_id
1313
-- FROM causal_ownership co
1414
-- JOIN causals c ON co.causal_id = c.id

0 commit comments

Comments
 (0)