aboutsummaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Collapse)AuthorAgeFilesLines
* searches: Add rich text descriptionMiquel Sabaté Solà2025-07-011-1/+2
| | | | | | | This allows for adding rich content to searches so it can be displayed in shared searches, for example. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Upgrade to Rails 8Miquel Sabaté Solà2024-11-081-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* thing: removed unique index on titleMiquel Sabaté Solà2024-03-181-2/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Dropped redundant 'location' columnMiquel Sabaté Solà2024-03-141-2/+1
| | | | | | | Looks like I messed up later on and kept two columns which were basically referring to the same thing. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Initial commitMiquel Sabaté Solà2024-03-131-0/+131
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>