Changeset e111525 for scripts/ddl.sql


Ignore:
Timestamp:
08/05/26 18:20:18 (13 hours ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
0519e8d
Parents:
c7f743d
Message:

remove cover from playlist table in ddl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/ddl.sql

    rc7f743d re111525  
    8282CREATE TABLE PLAYLISTS (
    8383    playlist_id  BIGINT PRIMARY KEY,
    84     cover  TEXT,
    8584    name   TEXT NOT NULL,
    8685    created_by BIGINT REFERENCES LISTENERS(user_id) ON DELETE CASCADE
Note: See TracChangeset for help on using the changeset viewer.