ditto/src/db/migrations
2023-10-11 22:30:07 -05:00
..
000_create_events.ts Remove foreign key constraint from tags.event_id 2023-08-08 22:35:43 -05:00
001_add_relays.ts db/relays: add active column 2023-08-15 19:08:38 -05:00
002_events_fts.ts db/events: support "search" filter 2023-08-30 12:04:45 -05:00
003_events_admin.ts db/migrations: fix down in 003_events_admin to drop the new "admin" column, not the "relays" table (whoops) 2023-09-04 13:20:07 -05:00
004_add_user_indexes.ts db/users: add indexes on users.pubkey and users.username 2023-09-04 13:18:11 -05:00
005_rework_tags.ts db/events: rework tags, make event_id a FK to events again, drop value_2 and value_3 2023-09-05 16:55:16 -05:00
006_pragma.ts db: pragma, enable fk constraints, enable autovacuum full 2023-09-05 17:25:14 -05:00
007_unattached_media.ts media: pukey --> pubkey, fix adding media tags to event 2023-09-09 20:12:47 -05:00
008_wal.ts Enable WAL mode on the database 2023-10-11 22:30:07 -05:00