tangled
alpha
login
or
join now
bretton.dev
/
coves
A community based topic aggregation platform built on atproto
8
fork
atom
overview
issues
pulls
pipelines
coves
/
internal
/
db
/
migrations
/
at
main
21 files
001_create_users_table.sql
feat: Implement production-ready user signup with security hardening
2 months ago
002_create_identity_cache_table.sql
feat: Implement identity resolution with cache and handle update system
2 months ago
003_create_oauth_tables.sql
feat: Implement production-ready OAuth authentication system with security hardening
2 months ago
004_add_oauth_indexes.sql
fix(oauth): Improve migration and test cleanup
2 months ago
005_create_communities_tables.sql
fix(migrations): Add missing comma in communities table schema
2 months ago
006_encrypt_community_credentials.sql
feat(security): Add encryption at rest for PDS credentials
2 months ago
007_add_password_encryption.sql
feat(db): add password encryption migration for V2.0
2 months ago
008_add_content_visibility_to_subscriptions.sql
feat(lexicon): add subscription record type with contentVisibility
1 month ago
009_create_community_blocks_table.sql
fix(db): remove redundant index and add missing record_uri index
1 month ago
010_migrate_community_handles_to_singular.sql
feat: add database migration for .communities -> .community handle format
1 month ago
011_create_posts_table.sql
feat(posts): add database schema and repository layer
1 month ago
012_create_aggregators_tables.sql
feat(db): add aggregator database schema
1 month ago
013_create_votes_table.sql
feat(lexicon): migrate vote to feed namespace and apply atProto best practices
1 month ago
014_remove_votes_voter_fk.sql
feat(voting): implement complete voting system with atProto integration
1 month ago
015_alter_content_labels_to_jsonb.sql
feat(db): migrate content_labels from TEXT[] to JSONB for selfLabels
1 month ago
016_create_comments_table.sql
feat(db): add comments table schema with threading support
1 month ago
017_create_unfurl_cache.sql
feat: add unfurl cache infrastructure for URL metadata persistence
1 month ago
018_migrate_comment_namespace.sql
feat: add database migration for comment namespace update
4 weeks ago
019_update_oauth_for_indigo.sql
feat(oauth): add OAuth system with mobile Universal Links support
2 weeks ago
020_add_mobile_oauth_csrf.sql
feat(oauth): add OAuth system with mobile Universal Links support
2 weeks ago
021_add_comment_deletion_metadata.sql
feat(db): add migration for comment deletion metadata
1 week ago