liquid_feedback_core

changeset 28:a73ccca7557a beta19

View "liquid_feedback_version" returns version "beta19"
author jbe
date Tue Feb 09 14:45:25 2010 +0100 (2010-02-09)
parents 77ac81cbe5c0
children 8da6fcea359b
files core.sql
line diff
     1.1 --- a/core.sql	Sat Feb 06 03:59:03 2010 +0100
     1.2 +++ b/core.sql	Tue Feb 09 14:45:25 2010 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  BEGIN;
     1.5  
     1.6  CREATE VIEW "liquid_feedback_version" AS
     1.7 -  SELECT * FROM (VALUES ('beta19-dev', NULL, NULL, NULL))
     1.8 +  SELECT * FROM (VALUES ('beta19', NULL, NULL, NULL))
     1.9    AS "subquery"("string", "major", "minor", "revision");
    1.10  
    1.11  

Impressum / About Us