liquid_feedback_core
log core.sql
| age | author | description |
|---|---|---|
| 2013-10-12 | jbe | Remove referential integrity from "issue_order" table to avoid performance/locking issues |
| 2013-10-11 | jbe | New table "issue_order" for ordering fields to avoid a bottleneck with locking |
| 2013-10-11 | jbe | Added helper view "open_issues_ordered_with_minimum_position" for lf_update_issue_order.c |
| 2013-10-11 | jbe | Update script to v2.2.6 |
| 2013-10-10 | jbe | Adjusted indentation of "issue" field comments in source code |
| 2013-10-10 | jbe | Work on new issue sorting algorithm |
| 2013-08-11 | jbe | Added column "admin_notice" to "issue" table, and value 'canceled_by_admin' to "issue_state" type |