aboutsummaryrefslogtreecommitdiff
path: root/app/models/thing.rb
Commit message (Collapse)AuthorAgeFilesLines
* thing: removed unique index on titleMiquel Sabaté Solà2024-03-181-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* thing: added 'bio' kindMiquel Sabaté Solà2024-03-181-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* things: added 'chronicle' kindMiquel Sabaté Solà2024-03-161-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* things: added the 'phd' kindMiquel Sabaté Solà2024-03-151-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* thing: added the 'letters' kindMiquel Sabaté Solà2024-03-151-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Dropped redundant 'location' columnMiquel Sabaté Solà2024-03-141-1/+0
| | | | | | | 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/+32
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>