1
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
5078b41499
core: Add subject column 2024-11-16 07:43:54 +01:00
7f392bef36
core: Fix schema 2024-11-16 06:45:58 +01:00
dfee4e510e
core: Add meta_subjects to handle redirects 2024-11-16 06:16:34 +01:00
f2d73c1798
core: Further schema improvements 2024-11-15 20:48:51 +01:00
e5412d85ba
core: Update schema with more details 2024-11-15 20:43:41 +01:00
6315c22ad6
core: Add missing rel attribute to meta_properties 2024-11-15 06:30:42 +01:00
3906d03653
core: Add document field to meta tables 2024-11-15 05:19:50 +01:00
69392bf7e5
core: DROP tables only IF EXISTS 2024-11-15 05:19:25 +01:00
153dc7d50f
core: Cascade table DROPs 2024-11-15 05:18:52 +01:00
5a3d913933
core: Don't define database functions, implement them in Rust 2024-11-15 02:34:53 +01:00
2ca4bb3662
core: Rename link to meta_link_id 2024-11-15 02:15:29 +01:00
84f7002338
core: Make link not null 2024-11-15 02:12:26 +01:00
c27af2cf53
core: Use plural in table names 2024-11-15 02:05:49 +01:00
e65c85616d
core: Use plural in table names 2024-11-15 02:04:15 +01:00
03aab44ba4
core: Rename migration 2024-11-15 01:37:26 +01:00
2d3421e2c3
core: Create migration for metadata tables 2024-11-14 06:23:38 +01:00
f99c8bdf2a
core: Delete nodeinfo table
Apparently nodeinfo shouldn't be cached
2024-11-12 19:23:03 +01:00
be7b1ae3f7
core: Create nodeinfo table 2024-11-09 09:52:32 +01:00
efd77f0172
core: Setup diesel 2024-11-09 09:41:47 +01:00