0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-09 04:31:38 +02:00
dendrite/userapi/storage/postgres
Neil Alexander 3aa92efaa3
Namespace user API tables (#2806)
This migrates all the various user API tables, indices and sequences to
be `userapi_`-namespaced, rather than the mess they are all now.
2022-10-18 15:59:08 +01:00
..
deltas Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
account_data_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
accounts_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
devices_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
key_backup_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
key_backup_version_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
logintoken_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
notifications_table.go Refactor notifications (#2688) 2022-09-27 15:01:34 +02:00
openid_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
profile_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
pusher_table.go Refactor notifications (#2688) 2022-09-27 15:01:34 +02:00
stats_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
storage.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00
threepid_table.go Namespace user API tables (#2806) 2022-10-18 15:59:08 +01:00