Skip to content

Commit 556ee54

Browse files
sql: fix migrations
1 parent 14c552b commit 556ee54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
UPDATE hosts SET settings = '{}', price_table = '{}', last_scan = NULL, last_scan_success = NULL, second_to_last_scan_success = NULL WHERE 1=1;
1+
UPDATE hosts SET settings = '{}', price_table = '{}', last_scan = 0, last_scan_success = 0, second_to_last_scan_success = 0 WHERE 1=1;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
UPDATE hosts SET settings = '{}', price_table = '{}', last_scan = NULL, last_scan_success = NULL, second_to_last_scan_success = NULL WHERE 1=1;
1+
UPDATE hosts SET settings = '{}', price_table = '{}', last_scan = 0, last_scan_success = 0, second_to_last_scan_success = 0 WHERE 1=1;

0 commit comments

Comments
 (0)