liquid_feedback_core

annotate update/core-update.v1.4.0_rc4-v1.4.0.sql @ 563:fc09088587b2

Bugfix regarding locking when logging initiative revocation (cannot combine DISTINCT with FOR SHARE)
author jbe
date Mon Sep 25 14:44:35 2017 +0200 (2017-09-25)
parents 5d89f5fcdcfc
children
rev   line source
jbe@194 1 CREATE OR REPLACE VIEW "liquid_feedback_version" AS
jbe@194 2 SELECT * FROM (VALUES ('1.4.0', 1, 4, 0))
jbe@194 3 AS "subquery"("string", "major", "minor", "revision");

Impressum / About Us