Skip to content

Commit

Permalink
update database schema
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Jun 18, 2024
1 parent 0a4aed1 commit 8297e94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions persist/sqlite/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ CREATE TABLE file_contract_elements (
resolved INTEGER NOT NULL,
valid INTEGER NOT NULL,

filesize INTEGER NOT NULL,
filesize BLOB NOT NULL,
file_merkle_root BLOB NOT NULL,
window_start INTEGER NOT NULL,
window_end INTEGER NOT NULL,
window_start BLOB NOT NULL,
window_end BLOB NOT NULL,
payout BLOB NOT NULL,
unlock_hash BLOB NOT NULL,
revision_number BLOB NOT NULL,
Expand Down

0 comments on commit 8297e94

Please sign in to comment.