Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-27 | Fix bug in database schema | Malf Furious | 1 | -2/+2 | |
These text fields need a default of NULL aparently. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-10-21 | issue: Redesign schema | Malf Furious | 1 | -10/+21 | |
I found myself complicating the data model of this class of objects and wanted to take a clean approach to its design. The key differences are as follows: * We now reference a message object for the issue's OP, as opposed to directly containing the message data This affords the OP _all_ of the standard features of a Scrott message, including separately tracked authorship data, file attachments. * Multiple assignees is implemented in the design Finally. * Seen flag is removed This can be implicitly tracked via all sub-object messages and the views meta-table. | |||||
2018-10-20 | issue: Add assigned timestamp | Malf Furious | 1 | -0/+1 | |
2018-10-20 | issue: Add open/close data | Malf Furious | 1 | -0/+3 | |
2018-10-20 | issue: Add author and authored fields | Malf Furious | 1 | -0/+2 | |
2018-09-20 | mysql: Move schema file into srvs/ | Malf Furious | 1 | -0/+202 | |
This places all (both) of the service configuration files together and cleans up the top-level directory. The file is renamed to 'mysql.sql' to indicate the particular service it corresponds to. |