mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
Fix a small typo
This commit is contained in:
parent
4355612646
commit
41502be60a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ static void migration_remove_dupe_lease_fees(struct plugin *p, struct db *db);
|
|||
|
||||
/* Do not reorder or remove elements from this array.
|
||||
* It is used to migrate existing databases from a prevoius state, based on
|
||||
* string indicies */
|
||||
* string indices */
|
||||
static struct migration db_migrations[] = {
|
||||
{SQL("CREATE TABLE version (version INTEGER);"), NULL},
|
||||
{SQL("INSERT INTO version VALUES (1);"), NULL},
|
||||
|
|
Loading…
Add table
Reference in a new issue