From 953eb8b2a67998203aa06104aedf7059d548825f Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Mon, 8 Nov 2021 16:13:44 +1100 Subject: [PATCH] Fix typo in postgres schema --- postgres/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/setup.sh b/postgres/setup.sh index 2f8277d..297d800 100644 --- a/postgres/setup.sh +++ b/postgres/setup.sh @@ -111,7 +111,7 @@ CREATE TABLE editors ( -- Sheetsync will wipe and re-populate this table periodically to match what is in the sheet CREATE TABLE playlists ( tags TEXT[] NOT NULL, - playlist_id TEXT PRIMARY KEY, + playlist_id TEXT PRIMARY KEY ); EOSQL