diff --git a/app/lib/database/index.js b/app/lib/database/index.js index 0932de4..88d0f7f 100644 --- a/app/lib/database/index.js +++ b/app/lib/database/index.js @@ -9,6 +9,8 @@ const actionTable = `CREATE TABLE IF NOT EXISTS actions ( type TEXT, length INTEGER, counter INTEGER, - light TEXT + light TEXT, + dir INTEGER, + sequence INTEGER );` \ No newline at end of file