ditto/src/db/migrations
2024-07-29 15:32:36 -05:00
..
000_create_events.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
001_add_relays.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
002_events_fts.ts Fix Conf.db in migrations 2024-05-24 20:16:51 -05:00
003_events_admin.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
004_add_user_indexes.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
005_rework_tags.ts Update kysely imports in migrations 2024-05-01 09:36:36 -05:00
006_pragma.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
007_unattached_media.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
008_wal.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
009_add_stats.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
010_drop_users.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
011_kind_author_index.ts Add a created_at, kind index for the global feed 2024-05-08 14:34:22 -05:00
012_tags_composite_index.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
013_soft_deletion.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
014_stats_indexes.ts.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
015_add_pubkey_domains.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
016_pubkey_domains_updated_at.ts Fix kysely imports in migrations 2024-05-01 19:16:12 -05:00
017_rm_relays.ts Remove relays table from the database, track them with a NIP-65 admin event 2024-05-01 19:15:20 -05:00
018_events_created_at_kind_index.ts Add a created_at, kind index for the global feed 2024-05-08 14:34:22 -05:00
019_ndatabase_schema.ts Fix Conf.db in migrations 2024-05-24 20:16:51 -05:00
020_drop_deleted_at.ts 'null' -> null 2024-05-15 08:13:19 -05:00
020_pgfts.ts Fix Conf.db in migrations 2024-05-24 20:16:51 -05:00
021_pgfts_index.ts Fix Conf.db in migrations 2024-05-24 20:16:51 -05:00
022_event_stats_reactions.ts Add back reactions_count column so trending can still work 2024-05-24 17:51:32 -05:00
023_add_nip46_tokens.ts grant_type nostr -> nostr_bunker, connections -> nip46_tokens 2024-05-29 16:14:21 -05:00
024_event_stats_quotes_count.ts Add quotes count 2024-06-02 20:30:57 -05:00
025_event_stats_add_zap_count.ts feat: add migration for 'zaps_amount' column 2024-06-10 09:34:07 -03:00
026_tags_name_index.ts Index nostr_tags.name 2024-06-13 21:36:07 -05:00
027_add_zap_events.ts perf(event_zaps): make two separate indexes instead of a compound index 2024-06-23 22:49:15 -03:00
028_stable_sort.ts Sort events by id after created_at 2024-07-18 22:48:11 -05:00
029_tag_queries.ts Add tags table migration 2024-07-29 15:32:36 -05:00