liquid_feedback_core

view update/core-update.v1.4.0_rc4-v1.4.0.sql @ 460:6d4e51332251

Work on new notification system: new column "disable_notifications" in "member" table, new tables "subscription" and "ignored_area", dropped view "selected_event_seen_by_member"
author jbe
date Wed Mar 16 00:29:12 2016 +0100 (2016-03-16)
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