aboutsummaryrefslogtreecommitdiffstats
path: root/src/pool/sqlite.sql
Commit message (Collapse)AuthorAgeFilesLines
* pool: Use correct name to remove index for CHILD_SA TS in SQLite scriptTobias Brunner2016-04-181-1/+1
| | | | Fixes #1415.
* pool: Install SQL schemas from src/poolTobias Brunner2014-02-121-0/+283
This allows us to install the schemas if either the attr-sql or sql plugin is enabled, since both use the same schema (at least in parts).