Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: yubiuser <[email protected]>
Signed-off-by: Dominik <[email protected]>
  • Loading branch information
DL6ER and yubiuser authored Oct 26, 2024
1 parent cd5c2f8 commit 355ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/network-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ bool create_network_addresses_network_id_index(sqlite3 *db)
// Create index on network_id column in network_addresses table
SQL_bool(db, "CREATE INDEX IF NOT EXISTS network_addresses_network_id_index ON network_addresses (network_id);");

// Update database version to 8
// Update database version to 20
if(!db_set_FTL_property(db, DB_VERSION, 20))
{
log_warn("create_network_addresses_with_names_table(): Failed to update database version!");
Expand Down

0 comments on commit 355ebc7

Please sign in to comment.