status-go/appdatabase/migrations/sql
yenda 024f30f0b9 Put settings in a table with schema (#1746)
Move settings table schema from a key-value store to a one row table with many columns.

We now save the first row with initial data in saveAccountAndLogin and follow up saveSetting calls are only saving one setting at a time.

Co-authored-by: Adam Babik <a.babik@designfortress.com>
2019-12-27 10:58:25 +01:00
..
0001_app.down.sql add persistency for mailserver chat requests (#1598) 2019-09-06 15:02:31 +02:00
0001_app.up.sql add accounts_deleteAccount method (#1738) 2019-12-16 10:23:36 -05:00
0002_tokens.down.sql APIs to Get and Create custom Tokens (#1717) 2019-12-10 12:31:08 -05:00
0002_tokens.up.sql APIs to Get and Create custom Tokens (#1717) 2019-12-10 12:31:08 -05:00
0003_settings.down.sql Put settings in a table with schema (#1746) 2019-12-27 10:58:25 +01:00
0003_settings.up.sql Put settings in a table with schema (#1746) 2019-12-27 10:58:25 +01:00
doc.go Create single database appdatase 2019-08-21 10:44:50 +03:00