status-go/multiaccounts
Stefan 5b0d8a7c4e fix: workaround for wrong renaming of migration file for keypairs table
Restore the old, previously renamed, 1662447680_add_keypairs_table.up.sql
file while keeping the current one for those who already migrated to the
new one. The extra migration is noop and saves to keep consistency in
the user data states history.
2022-09-16 12:52:01 +02:00
..
accounts feat: `keypairs` table added and necessary endpoints exposed via accounts api 2022-09-12 09:52:22 +02:00
errors Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
keypairs feat: `keypairs` table added and necessary endpoints exposed via accounts api 2022-09-12 09:52:22 +02:00
migrations fix: workaround for wrong renaming of migration file for keypairs table 2022-09-16 12:52:01 +02:00
settings Added AccountType to enforce strict typing on Accounts 2022-08-25 22:01:43 +01:00
settings_notifications notifications settings end points added and `notification_settings` table 2022-05-26 11:49:08 +02:00
settings_social_links feat: add social links 2022-08-16 14:29:00 +02:00
database.go Use image server for all kind of images and integrate identity rings 2022-09-16 09:52:08 +01:00
database_test.go Added multiaccounts.Database tests for new funcs 2022-08-22 13:27:59 +01:00