b16a38408a
An issue was that in the `0.97.3` version we didn't have `key_uid` column, later it was added but there was no chance to set in `key_uid` value properly during migration and we left it empty. Now in `accounts_and_keycards_improvements.up.sql` script a constraint `CHECK (length(trim(key_uid)) > 0)` is set for `key_uid` column and because of it migration test couldn't pass cause `key_uid` was empty. How it is fixed: the same test account is used but just `key_uid` was added to table to make migration tests pass again and stored Status test account data refer to `0.132.0` version. |
||
---|---|---|
.. | ||
UTC--2022-04-12T16-07-48.243729242Z--5bf1edc27ef25cea0cb93c576c341a1da8b50570 | ||
UTC--2022-04-12T16-07-48.576802436Z--063073cf50e5a8d85f521ccc90661eb87a6ea58a | ||
UTC--2022-04-12T16-07-48.896391695Z--18ccbd1a68ba5450be6269e0d5d19fe2c0dcf96c | ||
UTC--2022-04-12T16-07-49.219297386Z--843e5334e6f4516640808676f992b827b03e8887 |