summaryrefslogtreecommitdiff
path: root/docs/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix some minor issues with the sqloper schemas.•••- Only create the pgsql table if it doesn't exist. - Separate the active column out from others. Gravatar Sadie Powell2024-07-013-1/+4
* Add a DBML schema for the sqloper module and update the tables.Gravatar Sadie Powell2024-07-014-34/+141
* Fix the log_sql module schema allowing null columns.Gravatar Sadie Powell2024-07-014-16/+13
* Shuffle the sql schemas around a bit.Gravatar Sadie Powell2022-05-014-0/+0
* Rewrite the entire logging system.•••- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. Gravatar Sadie Powell2022-05-014-0/+23
* Use InnoDB instead of the deprecated MyISAM in the sqloper table.Gravatar Sadie Powell2021-03-041-1/+1
* Fix compatibility issues between sqloper and postgresGravatar B00mX0r2019-04-281-2/+2
* Move the SQL tables to docs/sql and install them on `make install`.Gravatar Peter Powell2018-09-263-0/+35