Fix typo in postgres schema

pull/248/head
Mike Lang 3 years ago
parent 467edf3d19
commit 953eb8b2a6

@ -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

Loading…
Cancel
Save