1
0
Fork 0
forked from alemi/upub
upub/src/migrations
alemi 7fa15a57a8
feat: add url field to objects
so that we can configure a frontend url and have posts redirect there
when remote instances press "external source"
2024-05-12 01:58:51 +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
m20240502_000001_add_object_updated.rs fix: add updated field on objects and set it 2024-05-02 15:15:16 +02:00
m20240512_000001_add_url_to_objects.rs feat: add url field to objects 2024-05-12 01:58:51 +02:00
mod.rs feat: add url field to objects 2024-05-12 01:58:51 +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