upub/src/migrations
alemi 7f996aa2c1
feat: kinda botched way to ignore relays
basically relays send us a lot of announce activities to share posts
but we don't care about those activities: it's db bloat and it increases
the shares count. keep a table keeping track of followed relays and
lazily skip activities by them, just fetch. IMPORTANT relays are only
loaded at startup, so if you subscribe to a new relay restart your
server once it accepts!!!
2024-04-29 21:58:08 +02:00
..
m20240316_000001_create_table.rs fix: name is nullable, preferredUsername is not 2024-04-13 16:43:19 +02:00
m20240322_000001_create_relations.rs fix: it wasn't that easy 2024-03-22 05:59:24 +01:00
m20240322_000002_add_likes_shares.rs chore: ok clippy 2024-03-23 06:14:34 +01:00
m20240322_000003_add_indexes.rs chore: ok clippy 2024-03-23 06:14:34 +01:00
m20240323_000001_add_user_configs.rs feat: added tables+entities for config, credentials 2024-03-23 05:02:39 +01:00
m20240323_000002_add_simple_credentials.rs fix: session id is session 2024-03-25 01:58:06 +01:00
m20240324_000001_add_addressing.rs fix: sqlite won't update columns anyway 2024-04-21 16:30:29 +02:00
m20240325_000001_add_deliveries.rs feat: simple delivery system + http signatures 2024-03-25 05:07:58 +01:00
m20240325_000002_add_system_key.rs feat: show pub key and created time for app actor 2024-03-26 00:48:37 +01:00
m20240418_000001_add_statuses_and_reply_to.rs feat: add statuses count and in_reply_to fields 2024-04-18 04:09:13 +02:00
m20240421_000001_add_attachments.rs feat: process and store remote attachment urls 2024-04-21 22:58:33 +02:00
m20240424_000001_add_sensitive_field.rs feat: sensitive field 2024-04-24 05:19:39 +02:00
m20240429_000001_add_relays_table.rs feat: kinda botched way to ignore relays 2024-04-29 21:58:08 +02:00
mod.rs feat: kinda botched way to ignore relays 2024-04-29 21:58:08 +02:00
README.md docs: some readmes 2024-04-06 17:20:14 +02:00

migrations

there are sea_orm migrations to apply to your database