liquid_feedback_core

view update/core-update.v1.4.0_rc4-v1.4.0.sql @ 495:bb420abbc2fa

Removed NOT NULL constraint for column "last_suggestion_id" in table "initiative_notification_sent" (NULL means that no suggestion existed)
author jbe
date Sun Apr 03 20:04:31 2016 +0200 (2016-04-03)
parents 5d89f5fcdcfc
children
line source
1 CREATE OR REPLACE VIEW "liquid_feedback_version" AS
2 SELECT * FROM (VALUES ('1.4.0', 1, 4, 0))
3 AS "subquery"("string", "major", "minor", "revision");

Impressum / About Us