Skip to content

Commit 12b6ab9

Browse files
committed
Fix the quotes around the PostLinkTypes values.
1 parent 5921243 commit 12b6ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/final_post.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ CREATE TABLE PostLinkTypes (
219219
Name text
220220
);
221221
INSERT INTO PostLinkTypes VALUES
222-
( 1, "Linked" ),
223-
( 3, "Duplicate" );
222+
( 1, 'Linked' ),
223+
( 3, 'Duplicate' );
224224

225225
-- Questions VIEW
226226
DROP VIEW IF EXISTS Questions;

0 commit comments

Comments
 (0)