Skip to content
Snippets Groups Projects
Commit 79e6896b authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: broken SQL

parent 8f6baf36
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ function BlockDAL(db) {
');' +
'CREATE INDEX IF NOT EXISTS idx_block_hash ON block (hash);' +
'CREATE INDEX IF NOT EXISTS idx_block_fork ON block (fork);' +
'ALTER TABLE block ADD COLUMN `wrong` BOOLEAN NOT NULL DEFAULT 0;' +
'COMMIT;', []);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment