liquid_feedback_core

view Makefile @ 61:598af132a6f9

Save battle data from calls of "clean_issue"("issue"."id")

Details:
- Calling "clean_issue" is also allowed before ranks are calculated
- View "battle" was renamed to "battle_view"
- "battle_view" only contains entries for closed issues
- New table "battle", which is filled when an issue is closed
- Version change to v1.2.2
- Update script to v1.2.2 materializes battles of existent (closed) issues
author jbe
date Tue Jul 20 00:53:30 2010 +0200 (2010-07-20)
parents 8d021cb5eaf4
children c8cd87b87708
line source
1 lf_update: lf_update.c
2 cc -Wall -g -lpq \
3 -I "`pg_config --includedir`" \
4 -L "`pg_config --libdir`" \
5 -o lf_update lf_update.c
7 clean::
8 rm -f lf_update

Impressum / About Us