mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Fix a small typo
This commit is contained in:
committed by
Rusty Russell
parent
4355612646
commit
41502be60a
@@ -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.
|
/* Do not reorder or remove elements from this array.
|
||||||
* It is used to migrate existing databases from a prevoius state, based on
|
* It is used to migrate existing databases from a prevoius state, based on
|
||||||
* string indicies */
|
* string indices */
|
||||||
static struct migration db_migrations[] = {
|
static struct migration db_migrations[] = {
|
||||||
{SQL("CREATE TABLE version (version INTEGER);"), NULL},
|
{SQL("CREATE TABLE version (version INTEGER);"), NULL},
|
||||||
{SQL("INSERT INTO version VALUES (1);"), NULL},
|
{SQL("INSERT INTO version VALUES (1);"), NULL},
|
||||||
|
|||||||
Reference in New Issue
Block a user