From 9963ab79b7c7392d5f87c98cd55953ffa004efd9 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 24 May 2023 23:03:19 +0200 Subject: Rewrote the api rate limiter with promises instead of callbacks --- 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 db71080..6deddcc 100644 --- a/database/db.js +++ b/database/db.js @@ -3,6 +3,7 @@ import Database from 'better-sqlite3'; const allMigrations = [ 'database/000_init.sql', + 'database/001_systems.sql', ]; const db = new Database( -- cgit v1.2.3