liquid_feedback_core

view 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
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