From 7008c91c6fb74f7106c4d9903849d3f1fc17b2f1 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 2 Jun 2023 00:00:09 +0200 Subject: Improved ships lib with ships db caching --- database/db.js | 1 + 1 file changed, 1 insertion(+) (limited to 'database/db.js') diff --git a/database/db.js b/database/db.js index 6deddcc..a6d5174 100644 --- a/database/db.js +++ b/database/db.js @@ -4,6 +4,7 @@ import Database from 'better-sqlite3'; const allMigrations = [ 'database/000_init.sql', 'database/001_systems.sql', + 'database/002_ships.sql', ]; const db = new Database( -- cgit v1.2.3