DB-Skript Update

This commit is contained in:
root
2025-11-06 19:32:50 +00:00
parent d88edcd6ef
commit fc778da204
10 changed files with 957 additions and 1017 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"start": "node index.js",
"migrate": "node db/migrate.js"
"migrate": "node db/ensure.js"
},
"dependencies": {
"axios": "^1.7.0",