Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Aug 8, 2022
1 parent 8707476 commit 8ba2ce6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions base_layer/wallet/migrations/2022-08-08-134037_initial/up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ CREATE TABLE key_manager_states (
);

CREATE TABLE key_manager_states_old (
id INTEGER PRIMARY KEY NOT NULL,
seed TEXT UNIQUE NOT NULL,
primary_key_index BLOB NOT NULL,
timestamp DATETIME NOT NULL
id INTEGER PRIMARY KEY NOT NULL,
seed BLOB NOT NULL,
branch_seed TEXT UNIQUE NOT NULL,
primary_key_index BLOB NOT NULL,
timestamp DATETIME NOT NULL
)

CREATE TABLE known_one_sided_payment_scripts (
Expand Down

0 comments on commit 8ba2ce6

Please sign in to comment.