liquid_feedback_core

view update/core-update.v1.4.0_rc4-v1.4.0.sql @ 264:c8cd87b87708

Changed Makefile: Placed argument for the linked library after the source file that uses its symbols
author jbe
date Tue Aug 07 12:25:02 2012 +0200 (2012-08-07)
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