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