liquid_feedback_core

diff core.sql @ 603:617ac1725557

Removed column "content_type" from table "draft_attachment" (Content type is stored in "file" table instead)
author jbe
date Mon Feb 10 20:33:10 2020 +0100 (2020-02-10)
parents aa0620c9c4df
children fa3c406a6775
line diff
     1.1 --- a/core.sql	Fri Feb 07 10:52:37 2020 +0100
     1.2 +++ b/core.sql	Mon Feb 10 20:33:10 2020 +0100
     1.3 @@ -1018,7 +1018,6 @@
     1.4          "id"                    SERIAL8         PRIMARY KEY,
     1.5          "draft_id"              INT8            REFERENCES "draft" ("id") ON DELETE CASCADE ON UPDATE CASCADE,
     1.6          "file_id"               INT8            REFERENCES "file" ("id") ON DELETE RESTRICT ON UPDATE CASCADE,
     1.7 -        "content_type"          TEXT,
     1.8          "title"                 TEXT,
     1.9          "description"           TEXT );
    1.10  

Impressum / About Us