liquid_feedback_core

annotate update/core-update.v1.4.0_rc4-v1.4.0.sql @ 530:6bc81898fd3b

Fixed typo in documentation and comments: "indicies" -> "indices"; Marked make-doc.sh as executable
author jbe
date Sun Aug 21 16:28:21 2016 +0200 (2016-08-21)
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